mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
* config/sh/sh.mt, config/powerpc/*.mt, config/pa/hppapro.mt,
config/m68k/monitor.mt, config/h8500/h8500.mt, config/h8300/h8300.mt: srec.o renamed to dsrec.o.
This commit is contained in:
parent
3cf013f81b
commit
6b4fe21d5e
@ -1,3 +1,9 @@
|
||||
Fri Jan 5 12:02:00 1996 Steve Chamberlain <sac@slash.cygnus.com>
|
||||
|
||||
* config/sh/sh.mt, config/powerpc/*.mt, config/pa/hppapro.mt,
|
||||
config/m68k/monitor.mt, config/h8500/h8500.mt, config/h8300/h8300.mt:
|
||||
srec.o renamed to dsrec.o.
|
||||
|
||||
Thu Jan 4 16:04:54 1996 Stu Grossman (grossman@cygnus.com)
|
||||
|
||||
* breakpoint.c (remove_breakpoint): Change error to warning so
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Target: H8500 with HMS monitor and H8 simulator
|
||||
TDEPFILES= h8500-tdep.o monitor.o remote-hms.o srec.o
|
||||
TDEPFILES= h8500-tdep.o monitor.o remote-hms.o dsrec.o
|
||||
TM_FILE= tm-h8500.h
|
||||
|
||||
SIM_OBS = remote-sim.o
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Target: PA based debug monitor
|
||||
TDEPFILES= hppa-tdep.o op50-rom.o w89k-rom.o monitor.o xmodem.o srec.o
|
||||
TDEPFILES= hppa-tdep.o op50-rom.o w89k-rom.o monitor.o xmodem.o dsrec.o
|
||||
TM_FILE= tm-pro.h
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Target: PowerPC running eabi in little endian mode
|
||||
TDEPFILES= rs6000-tdep.o monitor.o srec.o ppcbug-rom.o
|
||||
TDEPFILES= rs6000-tdep.o monitor.o dsrec.o ppcbug-rom.o
|
||||
TM_FILE= tm-ppcle-eabi.h
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Target: PowerPC running eabi in little endian mode under the simulator
|
||||
TDEPFILES= rs6000-tdep.o monitor.o srec.o ppcbug-rom.o
|
||||
TDEPFILES= rs6000-tdep.o monitor.o dsrec.o ppcbug-rom.o
|
||||
TM_FILE= tm-ppcle-eabi.h
|
||||
|
||||
SIM_OBS = remote-sim.o
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Target: Hitachi Super-H with ICE and simulator
|
||||
TDEPFILES= sh-tdep.o monitor.o sh3-rom.o remote-e7000.o ser-e7kpc.o srec.o
|
||||
TDEPFILES= sh-tdep.o monitor.o sh3-rom.o remote-e7000.o ser-e7kpc.o dsrec.o
|
||||
TM_FILE= tm-sh.h
|
||||
|
||||
SIM_OBS = remote-sim.o
|
||||
|
Loading…
Reference in New Issue
Block a user