diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-05-30 16:39:06 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-05-30 16:39:06 +0000 |
commit | 0b1434924932121374ee98d0e502117fe9484347 (patch) | |
tree | 70e88bf545deb6649288b8ef3819da6fcd9487c1 /gas/ChangeLog | |
parent | 05ea937986b953f9a6ffdce98616ab710360d462 (diff) | |
download | gdb-0b1434924932121374ee98d0e502117fe9484347.zip gdb-0b1434924932121374ee98d0e502117fe9484347.tar.gz gdb-0b1434924932121374ee98d0e502117fe9484347.tar.bz2 |
(grump. thought i checked this in last week.)
Check explicitly for undefined local dollar and f/b labels, and print a useful
message if any are found, instead of generating obscure undefined symbol table
entries.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 87a8394..1c9ca46 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +Tue May 30 12:31:31 1995 Ken Raeburn <raeburn@cujo.cygnus.com> + + * write.c (write_object_file): Check for undefined local dollar + and fb labels. + + * symbols.c (decode_local_label_name): Extract instance number + from the correct location. + Sat May 27 21:28:49 1995 J.T. Conklin <jtc@rtl.cygnus.com> * config/te-dpx2.h: Include obj-format.h. |