diff options
author | Michael Meissner <gnu@the-meissners.org> | 1997-02-20 16:05:18 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1997-02-20 16:05:18 +0000 |
commit | c6c7035cfbe209813006b7c28dac452412a0aeb8 (patch) | |
tree | 89130abbd891b0f5bc423b1f39e5bfb0d0cbd291 /include | |
parent | 528031fd49710a960a89c65777ea1c779fbbbced (diff) | |
download | gdb-c6c7035cfbe209813006b7c28dac452412a0aeb8.zip gdb-c6c7035cfbe209813006b7c28dac452412a0aeb8.tar.gz gdb-c6c7035cfbe209813006b7c28dac452412a0aeb8.tar.bz2 |
Since d10v is public now, remove all sanitization statements
Diffstat (limited to 'include')
-rw-r--r-- | include/.Sanitize | 28 | ||||
-rw-r--r-- | include/ChangeLog | 23 | ||||
-rw-r--r-- | include/elf/.Sanitize | 28 | ||||
-rw-r--r-- | include/elf/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/common.h | 2 | ||||
-rw-r--r-- | include/opcode/.Sanitize | 28 | ||||
-rw-r--r-- | include/opcode/ChangeLog | 6 |
7 files changed, 20 insertions, 99 deletions
diff --git a/include/.Sanitize b/include/.Sanitize index 0894d17..b58d8d3 100644 --- a/include/.Sanitize +++ b/include/.Sanitize @@ -88,34 +88,6 @@ else fi -d10v_files="ChangeLog dis-asm.h" -if ( echo $* | grep keep\-d10v > /dev/null ) ; then - for i in $d10v_files ; do - if test ! -d $i && (grep sanitize-d10v $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Keeping d10v stuff in $i - fi - fi - done -else - for i in $d10v_files ; do - if test ! -d $i && (grep sanitize-d10v $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Removing traces of \"d10v\" from $i... - fi - cp $i new - sed '/start\-sanitize\-d10v/,/end-\sanitize\-d10v/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 - m32r_files="ChangeLog dis-asm.h" if ( echo $* | grep keep\-m32r > /dev/null ) ; then for i in $m32r_files ; do diff --git a/include/ChangeLog b/include/ChangeLog index 4ac59aeb..4cfbbb7 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,22 @@ +Thu Feb 6 14:20:01 1997 Martin M. Hunt <hunt@pizza.cygnus.com> + + * dis-asm.h: (disassemble_info): Add new fields + bytes_per_chunk and display_endian to control the + display of raw instructions. + +start-sanitize-tic80 +Fri Dec 27 22:17:37 1996 Fred Fish <fnf@cygnus.com> + + * dis-asm.h (print_insn_tic80): Declare. + +end-sanitize-tic80 +Sun Dec 8 17:11:12 1996 Doug Evans <dje@canuck.cygnus.com> + + * callback.h (host_callback): New member `error'. + +Wed Nov 20 00:40:23 1996 Doug Evans <dje@canuck.cygnus.com> + + * callback.h: New file, moved here from gdb. Mon Nov 18 16:34:00 1996 Dawn Perchik <dawn@critters.cygnus.com> @@ -90,12 +109,10 @@ Mon Jul 22 13:16:13 1996 Richard Henderson <rth@tamu.edu> * dis-asm.h (print_insn_alpha): Don't declare. (print_insn_alpha_osf, print_insn_alpha_vms): Declare. -start-sanitize-d10v Wed Jul 17 14:45:12 1996 Martin M. Hunt <hunt@pizza.cygnus.com> * dis-asm.h: (print_insn_d10v): Declare. -end-sanitize-d10v Mon Jul 15 16:55:38 1996 Stu Grossman (grossman@critters.cygnus.com) * dis-asm.h: Get rid of decls for print_insn_i8086, @@ -1127,7 +1144,7 @@ Wed Aug 21 20:32:13 1991 John Gilmore (gnu at cygint.cygnus.com) Local Variables: -mode: indented-text +mode: change-log left-margin: 8 fill-column: 74 version-control: never diff --git a/include/elf/.Sanitize b/include/elf/.Sanitize index 1144aec..f7e408a 100644 --- a/include/elf/.Sanitize +++ b/include/elf/.Sanitize @@ -93,34 +93,6 @@ else done fi -d10v_files="ChangeLog common.h" -if ( echo $* | grep keep\-d10v > /dev/null ) ; then - for i in $d10v_files ; do - if test ! -d $i && (grep sanitize-d10v $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Keeping d10v stuff in $i - fi - fi - done -else - for i in $d10v_files ; do - if test ! -d $i && (grep sanitize-d10v $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Removing traces of \"d10v\" from $i... - fi - cp $i new - sed '/start\-sanitize\-d10v/,/end-\sanitize\-d10v/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 - d30v_files="ChangeLog common.h" if ( echo $* | grep keep\-d30v > /dev/null ) ; then for i in $d30v_files ; do diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 4b9d54e..8d27aae 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -44,12 +44,10 @@ Tue Nov 26 10:44:47 1996 Ian Lance Taylor <ian@cygnus.com> * mips.h (STO_MIPS16): Define. -start-sanitize-d10v Tue Nov 12 15:45:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com> * d10v.h: Remove empty file. -end-sanitize-d10v Tue Oct 8 11:31:24 1996 Ian Lance Taylor <ian@cygnus.com> * mips.h (EF_MIPS_ABI2): Define. @@ -95,13 +93,11 @@ Thu Jul 18 19:12:15 1996 Stan Shebs <shebs@andros.cygnus.com> * dwarf2.h: New file. -start-sanitize-d10v Jul 18 13:20:39 1996 Martin M. Hunt <hunt@pizza.cygnus.com> * common.h (EM_CYGNUS_D10V): Define. * d10v.h: New file. -end-sanitize-d10v Fri Jun 21 12:33:24 1996 Richard Henderson <rth@tamu.edu> * alpha.h: New file. diff --git a/include/elf/common.h b/include/elf/common.h index d659f91..26f75f2 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -119,10 +119,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Alpha backend magic number. Written in the absence of an ABI. */ #define EM_ALPHA 0x9026 -/* start-sanitize-d10v */ /* D10V backend magic number. Written in the absence of an ABI. */ #define EM_CYGNUS_D10V 0x7650 -/* end-sanitize-d10v */ /* start-sanitize-d30v */ /* D30V backend magic number. Written in the absence of an ABI. */ diff --git a/include/opcode/.Sanitize b/include/opcode/.Sanitize index d7fed47..7a2bd9d 100644 --- a/include/opcode/.Sanitize +++ b/include/opcode/.Sanitize @@ -121,34 +121,6 @@ else fi -d10v_files="ChangeLog" -if ( echo $* | grep keep\-d10v > /dev/null ) ; then - for i in $d10v_files ; do - if test ! -d $i && (grep sanitize-d10v $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Keeping d10v stuff in $i - fi - fi - done -else - for i in $d10v_files ; do - if test ! -d $i && (grep sanitize-d10v $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Removing traces of \"d10v\" from $i... - fi - cp $i new - sed '/start\-sanitize\-d10v/,/end-\sanitize\-d10v/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 - d30v_files="ChangeLog" if ( echo $* | grep keep\-d30v > /dev/null ) ; then for i in $d30v_files ; do diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 0c12c6e..403d2f0 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -249,13 +249,11 @@ Fri Aug 16 00:15:15 1996 Jeffrey A Law (law@cygnus.com) * hppa.h (pitlb, pitlbe, iitlba, iitlbp, fic, fice): Accept a 3 bit space id instead of a 2 bit space id. -start-sanitize-d10v Thu Aug 15 13:11:46 1996 Martin M. Hunt <hunt@pizza.cygnus.com> * d10v.h: Add some additional defines to support the assembler in determining which operations can be done in parallel. -end-sanitize-d10v Tue Aug 6 11:13:22 1996 Jeffrey A Law (law@cygnus.com) * h8300.h (SN): Define. @@ -263,7 +261,6 @@ Tue Aug 6 11:13:22 1996 Jeffrey A Law (law@cygnus.com) (nop, bpt, rte, rts, sleep, clrmac): These have no size associated with them. -start-sanitize-d10v Fri Jul 26 11:47:10 1996 Martin M. Hunt <hunt@pizza.cygnus.com> * d10v.h (OPERAND_SHIFT): New operand flag. @@ -278,18 +275,15 @@ Mon Jul 22 11:21:15 1996 Martin M. Hunt <hunt@pizza.cygnus.com> * d10v.h (pd_reg): Define. Putting the definition here allows the assembler and disassembler to share the same struct. -end-sanitize-d10v Mon Jul 22 12:15:25 1996 Ian Lance Taylor <ian@cygnus.com> * i960.h (i960_opcodes): "halt" takes an argument. From Stephen Williams <steve@icarus.com>. -start-sanitize-d10v Wed Jul 17 14:46:38 1996 Martin M. Hunt <hunt@pizza.cygnus.com> * d10v.h: New file. -end-sanitize-d10v Thu Jul 11 12:09:15 1996 Jeffrey A Law (law@cygnus.com) * h8300.h (band, bclr): Force high bit of immediate nibble to zero. |