diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-02-09 01:29:59 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-02-09 01:29:59 +0000 |
commit | d782e3cc8f958b3ec9b78f0eb907601adfd6f5b7 (patch) | |
tree | d604ef1dd17f0a29ff6299f5ce9dc5e0a060b57f /gas | |
parent | 4080c2706506c4b8a18f8f74ff962c5f033b31a2 (diff) | |
download | gdb-d782e3cc8f958b3ec9b78f0eb907601adfd6f5b7.zip gdb-d782e3cc8f958b3ec9b78f0eb907601adfd6f5b7.tar.gz gdb-d782e3cc8f958b3ec9b78f0eb907601adfd6f5b7.tar.bz2 |
* config/tc-i960.c (tc_coff_symbol_emit_hook): Correct storage
class setting for a CALLNAME symbol in COFF.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c467aaf..1162e58 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Thu Feb 8 20:02:58 1996 Ian Lance Taylor <ian@cygnus.com> + * config/tc-i960.c (tc_coff_symbol_emit_hook): Correct storage + class setting for a CALLNAME symbol in COFF. + * read.c (potable): Pass negative numbers for new .balign[wl] and .p2align[wl] pseudo-ops. (s_align_bytes): Treat a negative argument as specifying the fill |