diff options
author | Tom Rix <trix@redhat.com> | 2001-05-24 21:39:09 +0000 |
---|---|---|
committer | Tom Rix <trix@redhat.com> | 2001-05-24 21:39:09 +0000 |
commit | 6877bb43e568ec434f3ade26c8f0be850ac03083 (patch) | |
tree | 9f4b2331fd7ac77e3b7fd0f0b296cb8cbf8ae6e4 /gas/ChangeLog | |
parent | 11a383ba1714b896b7a547d2ce2436e821d92aa0 (diff) | |
download | gdb-6877bb43e568ec434f3ade26c8f0be850ac03083.zip gdb-6877bb43e568ec434f3ade26c8f0be850ac03083.tar.gz gdb-6877bb43e568ec434f3ade26c8f0be850ac03083.tar.bz2 |
Fix for gas seg fault and neg line numbers
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 01cc017..6ae3422 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2000-05-24 Tom Rix <trix@redhat.com> + + * config/obj-coff.c : (add_lineno) xcoff allows negative line + numbers + * config/tc-ppc.c (ppc_stabx) : fix generated symbol + 2001-05-24 Alan Modra <amodra@one.net.au> * write.c (write_object_file): Set finalize_syms = 1 before |