aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-07-10 19:01:21 +0000
committerIan Lance Taylor <ian@airs.com>1995-07-10 19:01:21 +0000
commitfb33961bff69d784ecbb8b9a2b03b435b3438ca0 (patch)
treea571ed98a9dd74b421e294d1fb4ebe880a4c6841 /gas
parent9ab8a0e87b768dc44f36bf7a2288130fa2497560 (diff)
downloadgdb-fb33961bff69d784ecbb8b9a2b03b435b3438ca0.zip
gdb-fb33961bff69d784ecbb8b9a2b03b435b3438ca0.tar.gz
gdb-fb33961bff69d784ecbb8b9a2b03b435b3438ca0.tar.bz2
Based on patches from H.J. Lu <hjl@nynexst.com>:
* config/tc-i386.c (md_apply_fix3): Rename from md_apply_fix1. Accept pointer to value and segment. Fix OBJ_ELF PCREL case to handle global defined symbols correctly. (md_apply_fix): Remove both versions. * config/tc-i386.h (MD_APPLY_FIX3): Define.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index a6e9d50..9f10e87 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,12 @@
Mon Jul 10 13:47:22 1995 Ian Lance Taylor <ian@cygnus.com>
+ Based on patches from H.J. Lu <hjl@nynexst.com>:
+ * config/tc-i386.c (md_apply_fix3): Rename from md_apply_fix1.
+ Accept pointer to value and segment. Fix OBJ_ELF PCREL case to
+ handle global defined symbols correctly.
+ (md_apply_fix): Remove both versions.
+ * config/tc-i386.h (MD_APPLY_FIX3): Define.
+
* configure.in: When switching on ${cpu}, use ${cpu}, not
$[target_cpu}, in default case.
* configure: Rebuild.