aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorGavin Romig-Koch <gavin@redhat.com>1998-11-25 01:10:52 +0000
committerGavin Romig-Koch <gavin@redhat.com>1998-11-25 01:10:52 +0000
commitf8c41900fc052ca8aa12ba1c429b945d58b48753 (patch)
tree054ab825aa8f1268c7dec61ec021fb6a889fc133 /ld
parentcb4ec686970291b68dd1b289eba7c82904e31d39 (diff)
downloadgdb-f8c41900fc052ca8aa12ba1c429b945d58b48753.zip
gdb-f8c41900fc052ca8aa12ba1c429b945d58b48753.tar.gz
gdb-f8c41900fc052ca8aa12ba1c429b945d58b48753.tar.bz2
For top level:
* config.sub (mips64vr4xxx,mips64vr4xxxel): New. For gcc: * config.sub (mips64vr4xxx,mips64vr4xxxel): New. * configure.in (mips64vr4xxx,mips64vr4xxxel): New. * config/mips/t-vr4xxx: New. * config/mips/elfb4xxx.h: New. * config/mips/elfl4xxx.h: New. * configure: Rebuilt. For gas: * config/tc-mips.c (md_begin): Added mip64vr4xxx as a possible CPU_TARGET. For gdb: * configure.tgt: Handle mips64*vr4xxx. For ld: * configure.tgt: Handle mips64*vr4xxx.
Diffstat (limited to 'ld')
-rw-r--r--ld/.Sanitize28
-rw-r--r--ld/ChangeLog10
2 files changed, 37 insertions, 1 deletions
diff --git a/ld/.Sanitize b/ld/.Sanitize
index 12d8486..48c53e4 100644
--- a/ld/.Sanitize
+++ b/ld/.Sanitize
@@ -201,6 +201,34 @@ else
done
fi
+vr4xxx_files="ChangeLog configure.tgt"
+if ( echo $* | grep keep\-vr4xxx > /dev/null ) ; then
+ for i in $vr4xxx_files ; do
+ if test ! -d $i && (grep sanitize-vr4xxx $i > /dev/null) ; then
+ if [ -n "${verbose}" ] ; then
+ echo Keeping vr4xxx stuff in $i
+ fi
+ fi
+ done
+else
+ for i in $vr4xxx_files ; do
+ if test ! -d $i && (grep sanitize-vr4xxx $i > /dev/null) ; then
+ if [ -n "${verbose}" ] ; then
+ echo Removing traces of \"vr4xxx\" from $i...
+ fi
+ cp $i new
+ sed '/start\-sanitize\-vr4xxx/,/end-\sanitize\-vr4xxx/d' < $i > new
+ if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
+ if [ -n "${verbose}" ] ; then
+ echo Caching $i in .Recover...
+ fi
+ mv $i .Recover
+ fi
+ mv new $i
+ fi
+ done
+fi
+
vr4320_files="ChangeLog configure.tgt"
if ( echo $* | grep keep\-vr4320 > /dev/null ) ; then
for i in $vr4320_files ; do
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 44e1964..9fb6850 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,6 +1,14 @@
+start-sanitize-vr4xxx
+1998-11-24 Gavin Romig-Koch <gavin@cygnus.com>
+
+ * configure.tgt: Handle mips64*vr4xxx.
+
+
+end-sanitize-vr4xxx
1998-11-23 DJ Delorie <dj@cygnus.com>
- * pe-dll.c (make_head): name object files sequentially to ensure
+ * pe-dll.c (fill_edata): fill in timestamp
+ (make_head): name object files sequentially to ensure
they link in the right order.
(make_tail): same here
(pe_process_import_defs): use sequential names for bfds to ensure