aboutsummaryrefslogtreecommitdiff
path: root/ld/emulparams
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2001-12-03 23:19:06 +0000
committerTom Rix <trix@redhat.com>2001-12-03 23:19:06 +0000
commite826c14a72a3f75287f12beefbf764d4a559a631 (patch)
tree5cb7f8cd55c04c793d17ab24d76a57ed98a208d7 /ld/emulparams
parente207c4fac5440a4cff76850ea905586e727f2128 (diff)
downloadgdb-e826c14a72a3f75287f12beefbf764d4a559a631.zip
gdb-e826c14a72a3f75287f12beefbf764d4a559a631.tar.gz
gdb-e826c14a72a3f75287f12beefbf764d4a559a631.tar.bz2
Removing, redundant with support of -b64
Diffstat (limited to 'ld/emulparams')
-rw-r--r--ld/emulparams/aixppc64.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/ld/emulparams/aixppc64.sh b/ld/emulparams/aixppc64.sh
deleted file mode 100644
index 2246e3e..0000000
--- a/ld/emulparams/aixppc64.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-TEMPLATE_NAME=aix
-SCRIPT_NAME=aix
-OUTPUT_FORMAT="aixcoff64-rs6000"
-ARCH=powerpc
-SYSCALL_MASK=0xcc
-SYMBOL_MODE_MASK=0x0e
-#
-# This script is called by genscripts.sh. genscripts does not produce the
-# the correct lib search path for the aixppc64 because the default emulation
-# is aixppc. Aix libs can have 32 bit and 64 bit objects in them so it is
-# ok for both the aixppc and aixppc64 linkers to look at the same place.
-# $libdir is defined in genscripts.sh before aixppc64.sh is sourced in
-# so it will be valid.
-LIB_PATH="/lib:/usr/lib:$libdir:/usr/local/lib"