aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1996-01-20 17:05:56 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1996-01-20 17:05:56 +0000
commit065822fc3d34d2997ef16e13a45b4fa0e38dbf19 (patch)
tree38bdf34dd5e070abcbcca03a510c31a34a23c8fc /bfd
parent6b3eb07e981f1e2487938531f812d84842b398fb (diff)
downloadgdb-065822fc3d34d2997ef16e13a45b4fa0e38dbf19.zip
gdb-065822fc3d34d2997ef16e13a45b4fa0e38dbf19.tar.gz
gdb-065822fc3d34d2997ef16e13a45b4fa0e38dbf19.tar.bz2
Oops. Forgot sanitization.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/.Sanitize28
-rw-r--r--bfd/ChangeLog2
-rw-r--r--bfd/elf32-sparc.c2
3 files changed, 32 insertions, 0 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize
index 5e4ae30..9c1d043 100644
--- a/bfd/.Sanitize
+++ b/bfd/.Sanitize
@@ -356,6 +356,34 @@ else
done
fi
+v8plus_files="ChangeLog elf32-sparc.c"
+if ( echo $* | grep keep\-v8plus > /dev/null ) ; then
+ for i in $v8plus_files ; do
+ if test ! -d $i && (grep sanitize-v8plus $i > /dev/null) ; then
+ if [ -n "${verbose}" ] ; then
+ echo Keeping v8plus stuff in $i
+ fi
+ fi
+ done
+else
+ for i in $v8plus_files ; do
+ if test ! -d $i && (grep sanitize-v8plus $i > /dev/null) ; then
+ if [ -n "${verbose}" ] ; then
+ echo Removing traces of \"v8plus\" from $i...
+ fi
+ cp $i new
+ sed '/start\-sanitize\-v8plus/,/end-\sanitize\-v8plus/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
+
for i in * ; do
if test ! -d $i && (grep sanitize $i > /dev/null) ; then
echo '***' Some mentions of Sanitize are still left in $i! 1>&2
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index b01dde6..8e7c903 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,6 +1,8 @@
+start-sanitize-v8plus
Sat Jan 20 08:36:10 1996 Doug Evans <dje@canuck.cygnus.com>
* elf32-sparc.c (ELF_MACHINE_ALT1): Define.
+end-sanitize-v8plus
Thu Jan 18 18:25:34 1996 Kim Knuttila <krk@cygnus.com>
diff --git a/bfd/elf32-sparc.c b/bfd/elf32-sparc.c
index 6d49de4..2b03c2b 100644
--- a/bfd/elf32-sparc.c
+++ b/bfd/elf32-sparc.c
@@ -1484,7 +1484,9 @@ elf32_sparc_finish_dynamic_sections (output_bfd, info)
#define TARGET_BIG_NAME "elf32-sparc"
#define ELF_ARCH bfd_arch_sparc
#define ELF_MACHINE_CODE EM_SPARC
+/* start-sanitize-v8plus */
#define ELF_MACHINE_ALT1 EM_SPARC32PLUS
+/* end-sanitize-v8plus */
#define ELF_MAXPAGESIZE 0x10000
#define elf_backend_create_dynamic_sections \
_bfd_elf_create_dynamic_sections