aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-02-09 00:51:26 +0000
committerKen Raeburn <raeburn@cygnus>1994-02-09 00:51:26 +0000
commitcfaf70e3a6a12968f3ea7d1b53b5fadda649bf3b (patch)
treeda756e9dfbe0d067fad3047dd075425b751bfa1a /gas
parente8501a72cec65df0683b280abd977f35e5872c33 (diff)
downloadfsf-binutils-gdb-cfaf70e3a6a12968f3ea7d1b53b5fadda649bf3b.zip
fsf-binutils-gdb-cfaf70e3a6a12968f3ea7d1b53b5fadda649bf3b.tar.gz
fsf-binutils-gdb-cfaf70e3a6a12968f3ea7d1b53b5fadda649bf3b.tar.bz2
sparclite-coff fix: obj-coff.c, symbols.c, write.c modified for abs_symbol
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 0f7017c..3bcf6ca 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,14 @@
Tue Feb 8 16:00:25 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
+ * config/obj-coff.c (coff_frob_symbol): For abs_symbol, set *punt
+ and do nothing else.
+
+ * symbols.c (symbol_begin): Initialize value of abs_symbol
+ properly.
+
+ * write.c (adjust_reloc_syms): Use abs_symbol instead of calling
+ section_symbol.
+
* ecoff.c (ecoff_build_debug): Fix "/*" in comment to silence
complaint from "gcc -Wall".