binutils-gdb/gdb/config/i386/.Sanitize

125 lines
2.0 KiB
Plaintext
Raw Normal View History

# .Sanitize for devo/gdb/config/i386.
# Each directory to survive its way into a release will need a file
# like this one called "./.Sanitize". All keyword lines must exist,
# and must exist in the order specified by this file. Each directory
# in the tree will be processed, top down, in the following order.
# Hash started lines like this one are comments and will be deleted
# before anything else is done. Blank lines will also be squashed
# out.
# The lines between the "Do-first:" line and the "Things-to-keep:"
# line are executed as a /bin/sh shell script before anything else is
# done in this
Do-first:
# All files listed between the "Things-to-keep:" line and the
# "Files-to-sed:" line will be kept. All other files will be removed.
# Directories listed in this section will have their own Sanitize
# called. Directories not listed will be removed in their entirety
# with rm -rf.
Things-to-keep:
fbsd.mh
fbsd.mt
gdbserve.mt
go32.mh
i386aix.mh
i386aix.mt
i386aout.mt
i386bsd.mh
i386bsd.mt
1993-05-25 05:05:43 +08:00
i386lynx.mh
i386lynx.mt
i386mach.mh
i386m3.mh
i386m3.mt
i386mk.mh
i386mk.mt
i386nw.mt
i386os9k.mt
i386sco.mh
i386sco4.mh
i386sol2.mh
i386sol2.mt
i386v.mh
i386v.mt
i386v32.mh
i386v4.mh
i386v4.mt
Thu Sep 28 14:32:11 1995 steve chamberlain <sac@slash.cygnus.com> * callback.[ch]: New files. * remote-rdp.c: Support for the ARM RDP monitor. * Makefile: Update. * arm-tdep.c (arm_othernames): New. (_initialize_arm_tdep): install 'othernames' command. (arm_nullified_insn, shifted_reg_val, arm_get_next_pc): New. * configure.in: Check for termios.h, termio.h and sgtty.h. (i[345]86-*-win32*): New host. * configure: Regenerated. * inflow.c: Clean up inclusions. * main.c (main): Check for WINGDB, not WIN32. * printcmd.c (do_examine): Put QUIT test in loop. * remote-hms.c (e7000_load): Delete. (hms_ops): Point to generic_load instead. * remote-hms.c (hms_ops): Point to generic_load. * remote-sim.c (sim_callback_write_stdout): Becomes gdbsim_write_stdout. (gdbsim_load): Call generic_load. * remote-utils.c (gr_load_image): Delete. * ser-unix.c (terminal.h): Include instead of havig own #if tree. (hardwire_flush_input): Reset input buffer too. * source.c (openp): If WIN32 then open file in binary mode. * terminal.h: Configure IO mechanism using autoconf defines if available and not overriden. * utils.c (quit, pollquit, notice_quit): WIN32 check becomes WINGDB check. * config/arm/arm.mt (TDEPFILES): Add remote-rdp.o * config/arm/tm-arm.h (TARGET_BYTE_ORDER): becomes TARGET_BYTE_ORDER_SELECTABLE. (ADDR_BITS_REMOVE): New. (ORIGINAL_REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): New. (INST_xx): New (FRAME_FIND_SAVED_REGS): Pass the right argument. (arm_get_next_pc): Declare. * mswin/prebuilt/*/bfdtarget.h (SELECT_ARCHITECTURES): Need leading &.
1995-09-29 08:14:01 +08:00
i386win32.mh
i386win32.mt
linux.mh
linux.mt
nbsd.mh
nbsd.mt
ncr3000.mh
ncr3000.mt
nm-i386aix.h
nm-i386bsd.h
1993-05-25 05:05:43 +08:00
nm-i386lynx.h
nm-i386mach.h
nm-i386sco.h
nm-i386sco4.h
nm-i386v.h
nm-i386v4.h
nm-fbsd.h
nm-linux.h
nm-m3.h
1994-10-15 18:53:17 +08:00
nm-nbsd.h
nm-ptx4.h
nm-sun386.h
1993-07-21 02:12:53 +08:00
nm-symmetry.h
1993-07-31 01:18:23 +08:00
ptx.mh
ptx.mt
ptx4.mh
ptx4.mt
sun386.mh
sun386.mt
symmetry.mh
symmetry.mt
tm-i386aix.h
tm-i386bsd.h
1993-05-25 05:05:43 +08:00
tm-i386lynx.h
tm-i386m3.h
tm-i386mk.h
tm-i386nw.h
tm-i386os9k.h
tm-i386v.h
tm-i386v4.h
tm-i386win32.h
tm-linux.h
tm-nbsd.h
tm-ptx.h
tm-ptx4.h
tm-sun386.h
tm-symmetry.h
xm-go32.h
xm-i386aix.h
xm-i386bsd.h
1993-05-25 05:05:43 +08:00
xm-i386lynx.h
xm-i386m3.h
xm-i386mach.h
xm-i386mk.h
xm-i386sco.h
xm-i386v.h
xm-i386v32.h
xm-i386v4.h
Thu Sep 28 14:32:11 1995 steve chamberlain <sac@slash.cygnus.com> * callback.[ch]: New files. * remote-rdp.c: Support for the ARM RDP monitor. * Makefile: Update. * arm-tdep.c (arm_othernames): New. (_initialize_arm_tdep): install 'othernames' command. (arm_nullified_insn, shifted_reg_val, arm_get_next_pc): New. * configure.in: Check for termios.h, termio.h and sgtty.h. (i[345]86-*-win32*): New host. * configure: Regenerated. * inflow.c: Clean up inclusions. * main.c (main): Check for WINGDB, not WIN32. * printcmd.c (do_examine): Put QUIT test in loop. * remote-hms.c (e7000_load): Delete. (hms_ops): Point to generic_load instead. * remote-hms.c (hms_ops): Point to generic_load. * remote-sim.c (sim_callback_write_stdout): Becomes gdbsim_write_stdout. (gdbsim_load): Call generic_load. * remote-utils.c (gr_load_image): Delete. * ser-unix.c (terminal.h): Include instead of havig own #if tree. (hardwire_flush_input): Reset input buffer too. * source.c (openp): If WIN32 then open file in binary mode. * terminal.h: Configure IO mechanism using autoconf defines if available and not overriden. * utils.c (quit, pollquit, notice_quit): WIN32 check becomes WINGDB check. * config/arm/arm.mt (TDEPFILES): Add remote-rdp.o * config/arm/tm-arm.h (TARGET_BYTE_ORDER): becomes TARGET_BYTE_ORDER_SELECTABLE. (ADDR_BITS_REMOVE): New. (ORIGINAL_REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): New. (INST_xx): New (FRAME_FIND_SAVED_REGS): Pass the right argument. (arm_get_next_pc): Declare. * mswin/prebuilt/*/bfdtarget.h (SELECT_ARCHITECTURES): Need leading &.
1995-09-29 08:14:01 +08:00
xm-i386win32.h
xm-linux.h
xm-nbsd.h
xm-ptx.h
xm-ptx4.h
xm-sun386.h
xm-symmetry.h
1993-05-27 14:44:29 +08:00
Things-to-lose:
1993-07-31 00:46:19 +08:00
Do-last:
# End of file.