Remove extraneous, but harmless, backslash from last change.

This commit is contained in:
Jim Wilson 1992-09-03 23:17:41 +00:00
parent 5618ccb8a2
commit c409bc28dc
2 changed files with 7 additions and 1 deletions

View File

@ -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)

View File

@ -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),