aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1995-12-31 06:41:24 +0000
committerJeff Law <law@redhat.com>1995-12-31 06:41:24 +0000
commitcb84431489d071e29eb5cf45e160ae44eab7aaa8 (patch)
treef4e5f9c98c64f3944f7c8e94c8802dc1f8123f6b /gas
parent64c50fc5db62e96b429cd2f2e166e878569f4a15 (diff)
downloadgdb-cb84431489d071e29eb5cf45e160ae44eab7aaa8.zip
gdb-cb84431489d071e29eb5cf45e160ae44eab7aaa8.tar.gz
gdb-cb84431489d071e29eb5cf45e160ae44eab7aaa8.tar.bz2
* ecoff.c (ecoff_stab): Simplify. Correctly handle sym + offset
addresses for static variables. So we can access statics in the static block on mips/alpha when using gas.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 14cbe14..274a544 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+Sat Dec 30 23:42:51 1995 Jeffrey A Law (law@cygnus.com)
+
+ * ecoff.c (ecoff_stab): Simplify. Correctly handle sym + offset
+ addresses for static variables.
+
Thu Dec 21 12:54:32 1995 Michael Meissner <meissner@tiktok.cygnus.com>
* config/tc-ppc.c (mapping): Make @got give a real GOT relocation,