diff options
author | Jeff Law <law@redhat.com> | 1996-12-31 21:20:00 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-12-31 21:20:00 +0000 |
commit | 160cca6457a291cdb8244cf6501c042e67a60ffc (patch) | |
tree | b3867998d76c01d2901b76eb64c0266d7fe032f6 /opcodes | |
parent | 0bcd9172e8c6b1be3b15d321ed832f99aea9cb98 (diff) | |
download | fsf-binutils-gdb-160cca6457a291cdb8244cf6501c042e67a60ffc.zip fsf-binutils-gdb-160cca6457a291cdb8244cf6501c042e67a60ffc.tar.gz fsf-binutils-gdb-160cca6457a291cdb8244cf6501c042e67a60ffc.tar.bz2 |
* v850-opc.c (v850_opcodes): Put curly-braces around operands
for "breakpoint" instruction.
Fixes random assembler failures for hp-x-v850 toolchain.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index f59cdca..ccf0a6e 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +start-sanitize-v850 +Tue Dec 31 12:20:38 1996 Jeffrey A Law (law@cygnus.com) + + * v850-opc.c (v850_opcodes): Put curly-braces around operands + for "breakpoint" instruction. + +end-sanitize-v850 Tue Dec 31 15:38:13 1996 Ian Lance Taylor <ian@cygnus.com> * Makefile.in (ALL_CFLAGS): Add -D_GNU_SOURCE. |