aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-03-26 19:38:33 +0000
committerNick Clifton <nickc@redhat.com>2001-03-26 19:38:33 +0000
commit07855becf99ceef8ff1afb7cfb854442737cd07a (patch)
treedd62f2d0626d92a131a0fc4340214a12ae13dfe0 /gas/ChangeLog
parentf34754ee25246028f8b23ff9fe5b7c9db5ad8c82 (diff)
downloadgdb-07855becf99ceef8ff1afb7cfb854442737cd07a.zip
gdb-07855becf99ceef8ff1afb7cfb854442737cd07a.tar.gz
gdb-07855becf99ceef8ff1afb7cfb854442737cd07a.tar.bz2
Do not optimize BFD_RELOC_390_GOTENT relocs.
Always generate relocs for VT_ relocs.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 5bf7135..ae24f3d 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,16 @@
+2001-03-26 Martin Schwidefsky <schwidefsky@de.ibm.com>
+
+ * config/tc-s390.c (tc_s390_fix_adjustable): Add test for
+ BFD_RELOC_390_GOTENT.
+ * config/tc-s390.h (TC_RELOC_RTSYM_LOC_FIXUP): Add test for
+ BFD_RELOC_390_GOTENT.
+
+2001-03-26 Nick Clifton <nickc@redhat.com>
+
+ * config/tc-s390.h (TC_FORCE_RELOCATION): Define.
+ * config/tc-s390.c (s390_force_relocation): New function: Force
+ relocations for VTINHERIT relocs.
+
2001-03-23 Stephane Carrez <Stephane.Carrez@worldnet.fr>
* doc/as.texinfo: Put @c man begin to generate the as man page.