* config/mips/tm-irix5.h (IN_SIGTRAMP): Redefine for Irix 5,
authorPeter Schauer <Peter.Schauer@mytum.de>
Sun, 7 Aug 1994 13:33:45 +0000 (13:33 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Sun, 7 Aug 1994 13:33:45 +0000 (13:33 +0000)
commit0d98155c9484f354c4e65e7c39faa3d751ce2599
treeaaca8b9e8002211cca048e062714d99792cd83d5
parentf20860cdbc5488e3e481c0bf12c9f78d92e6db29
* config/mips/tm-irix5.h (IN_SIGTRAMP):  Redefine for Irix 5,
Irix 5 has a standard _sigtramp signal handler.
* irix5-nat.c (solib_add):  Get rid of sigtramp_address handling,
it is not needed for a standard _sigtramp signal handler.
Add shared library sections to the section table of the target
before adding the symbols.
* mips-tdep.c (mips_skip_prologue):  Do not skip load immediate
instructions that do not prepare a stack adjustment.
* regex.c (SIGN_EXTEND_CHAR):  Update to emacs-19.25 definition,
which does the right thing on machines where `char' is unsigned.
gdb/ChangeLog
gdb/irix5-nat.c
gdb/regex.c