mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* somread.c: Renamed from paread.c. Changed function names and
comments to reflect that this file deals with SOM (an object file format), rather than the PA (a cpu). (Makefile.in): Chaned appropriately. (config/pa/hppabsd.mh, config/pa/hppahpux.mh): Likewise. * dbxread.c (somstab_build_psymtabs): Renamed from pastab_build_psymtabs.
This commit is contained in:
@ -3,7 +3,7 @@ TERMCAP = -lcurses
|
||||
XDEPFILES=
|
||||
XM_FILE= xm-hppah.h
|
||||
NAT_FILE= nm-hppah.h
|
||||
NATDEPFILES= hppah-nat.o coredep.o corelow.o inftarg.o fork-child.o paread.o infptrace.o
|
||||
NATDEPFILES= hppah-nat.o coredep.o corelow.o inftarg.o fork-child.o somread.o infptrace.o
|
||||
REGEX=regex.o
|
||||
REGEX1=regex.o
|
||||
HOST_IPC=-DBSD_IPC -DPOSIX_WAIT
|
||||
|
Reference in New Issue
Block a user