mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* hppa-tdep.c: Use GDB_TARGET_IS_PA_ELF so SOM target support will
stop being linked in. * config/pa/tm-hppap.h: New file. Set GDB_TARGET_IS_PA_ELF, otherwise it looks like BSD-ELF.
This commit is contained in:
parent
89a19a0df7
commit
bd2b724a0c
@ -1,3 +1,11 @@
|
||||
Wed Dec 7 13:21:47 1994 Rob Savoye <rob@darkstar.cygnus.com>
|
||||
|
||||
* hppa-tdep.c: Use GDB_TARGET_IS_PA_ELF so SOM target support will
|
||||
stop being linked in.
|
||||
|
||||
* config/pa/tm-hppap.h: New file. Set GDB_TARGET_IS_PA_ELF,
|
||||
otherwise it looks like BSD-ELF.
|
||||
|
||||
Mon Dec 5 21:43:52 1994 Stu Grossman (grossman@cygnus.com)
|
||||
|
||||
* inftarg.c: include <sys/types.h> to get def of pid_t.
|
||||
|
@ -1389,7 +1389,9 @@ hppa_fix_call_dummy (dummy, pc, fun, nargs, args, type, gcc_p)
|
||||
somsolib.c. Once the GOT value is in %r19 we can call the procedure
|
||||
in the normal fashion. */
|
||||
|
||||
#ifndef GDB_TARGET_IS_PA_ELF
|
||||
write_register (19, som_solib_get_got_by_pc (fun));
|
||||
#endif
|
||||
}
|
||||
|
||||
/* If we are calling an import stub (eg calling into a dynamic library)
|
||||
|
Loading…
Reference in New Issue
Block a user