aboutsummaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2002-05-13 20:01:19 +0000
committerDJ Delorie <dj@redhat.com>2002-05-13 20:01:19 +0000
commit9296c8b21ebb3e4ef9ff589f0330b1e94da83897 (patch)
tree470fb9b752b07e2dca2c5ea6220356cbd7d22ac1 /libiberty
parent8ce2a7dcda9950c9afff6e18d33bfd35c2721224 (diff)
downloadfsf-binutils-gdb-9296c8b21ebb3e4ef9ff589f0330b1e94da83897.zip
fsf-binutils-gdb-9296c8b21ebb3e4ef9ff589f0330b1e94da83897.tar.gz
fsf-binutils-gdb-9296c8b21ebb3e4ef9ff589f0330b1e94da83897.tar.bz2
merge from gcc
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog4
-rw-r--r--libiberty/config.table3
2 files changed, 6 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 7024c37..89fca1e 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-13 Andreas Schwab <schwab@suse.de>
+
+ * config.table: Use mh-x86pic also for x86-64.
+
2002-05-08 Alexandre Oliva <aoliva@redhat.com>
* configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
diff --git a/libiberty/config.table b/libiberty/config.table
index 6118a9c..b9a2479 100644
--- a/libiberty/config.table
+++ b/libiberty/config.table
@@ -34,7 +34,8 @@ if [ "${shared}" = "yes" ]; then
alpha*-*-linux*) frag=mh-elfalphapic ;;
arm*-*-*) frag=mh-armpic ;;
hppa*-*-*) frag=mh-papic ;;
- i[3456]86-*-*) frag=mh-x86pic ;;
+ i[3456]86-*-* | x86_64-*-*)
+ frag=mh-x86pic ;;
powerpc*-*-aix*) ;;
powerpc*-*-*) frag=mh-ppcpic ;;
sparc*-*-*) frag=mh-sparcpic ;;