fix up stab handling

This commit is contained in:
Ken Raeburn 1995-05-23 01:45:12 +00:00
parent 001559ea9f
commit 70d6c39671
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,12 @@
Mon May 22 20:03:23 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
* ecoff.c (ecoff_stab): Add extra leading argument, for 4 May
change.
* ecoff.h (ecoff_stab): Fix declaration.
* obj.h (format_ops.process_stab): Include prototype.
* config/obj-elf.h (OBJ_PROCESS_STAB): Pass through seg argument.
* config/obj-ecoff.h (OBJ_PROCESS_STAB): Ditto.
* config/e-mipself.c (mipself): New emulation mode, doesn't change
endianness from configured default.
* config/e-mipsecoff.c (mipsecoff): Ditto.