diff options
author | Ken Raeburn <raeburn@cygnus> | 1992-11-04 16:01:54 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1992-11-04 16:01:54 +0000 |
commit | f3f45b10475e94e6f82fc680eb6d4bd4dbfadee1 (patch) | |
tree | 2138aca21acfacd389b60b6f7d5c49b8ef730a15 /gas | |
parent | ef1b626858553654d77c184dd9356120bc35bd4f (diff) | |
download | gdb-f3f45b10475e94e6f82fc680eb6d4bd4dbfadee1.zip gdb-f3f45b10475e94e6f82fc680eb6d4bd4dbfadee1.tar.gz gdb-f3f45b10475e94e6f82fc680eb6d4bd4dbfadee1.tar.bz2 |
this morning's check-ins...
Diffstat (limited to 'gas')
-rw-r--r-- | gas/config/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gas/config/ChangeLog b/gas/config/ChangeLog index 5be9527..398fb27 100644 --- a/gas/config/ChangeLog +++ b/gas/config/ChangeLog @@ -1,3 +1,23 @@ +Wed Nov 4 07:50:46 1992 Ken Raeburn (raeburn@cygnus.com) + + * obj-coff.c (callj_table): Delete global variable. + (obj_emit_relocations): Define it locally here, and only if + TC_I960 is defined. + + * tc-m68k.c (m68k_reg_parse): Underscore is part of a symbol name. + (m68k_ip): Don't warn about bignum used as float bit-pattern. + + * obj-coff.c: Replaced ANSI and non-ANSI function declarations + with a single set using PARAMS macro. + + * tc-i960.c (tc_bout_fix_to_chars): Bit-field fixups want a length + of 2. + + * tc-i960.c: Missed a couple of 0->NO_RELOC conversions. + + * tc-i960.h (N_BALNAME, N_CALLNAME): Define as char-type values, + so widening works consistently. + Fri Oct 23 14:40:38 1992 Ian Lance Taylor (ian@cygnus.com) * obj-coffbfd.c (write_object_file): check return value of |