From: Jeff Law Date: Sun, 31 Dec 1995 06:41:24 +0000 (+0000) Subject: * ecoff.c (ecoff_stab): Simplify. Correctly handle sym + offset X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cb84431489d071e29eb5cf45e160ae44eab7aaa8;p=binutils-gdb.git * 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. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 14cbe1447ca..274a544d796 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 * config/tc-ppc.c (mapping): Make @got give a real GOT relocation,