mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-31 14:04:12 +00:00
Remove extraneous, but harmless, backslash from last change.
This commit is contained in:
parent
5618ccb8a2
commit
c409bc28dc
@ -1,5 +1,11 @@
|
||||
Thu Sep 3 16:14:40 1992 Jim Wilson (wilson@sphagnum.cygnus.com)
|
||||
|
||||
* sparc-opc.c (condr): Remove extraneous, but harmless, backlash
|
||||
created by last change.
|
||||
|
||||
Thu Sep 3 13:52:38 1992 Per Bothner (bothner@rtl.cygnus.com)
|
||||
|
||||
* reloc.c (reloc_howto_struct): Make size field be unsigned.
|
||||
* bfd-in.h: Bump to version 2.0.
|
||||
|
||||
Thu Sep 3 09:05:37 1992 Stu Grossman (grossman at cygnus.com)
|
||||
|
@ -1019,7 +1019,7 @@ cond ("bz", "tz", CONDZ, F_ALIAS), /* for e */
|
||||
{ opcode, (mask)|ANNUL|BPRED, (lose), ",a,T 1,k", F_DELAYED|(flags), v9 }
|
||||
|
||||
#define condr(bop, mask, flags) /* v9 */ \
|
||||
brr(bop, F2(0, 3)|COND(mask), F2(~0, ~3)|COND(~(mask)), (flags)) /* v9 */ \
|
||||
brr(bop, F2(0, 3)|COND(mask), F2(~0, ~3)|COND(~(mask)), (flags)) /* v9 */
|
||||
|
||||
/* v9 */ condr("brnz", 0x5, 0),
|
||||
/* v9 */ condr("brz", 0x1, 0),
|
||||
|
Loading…
x
Reference in New Issue
Block a user