coff.h (HAS_INIT_SECTION, [...]): Don't define.
* config/sh/coff.h (HAS_INIT_SECTION, INVOKE__MAIN): Don't define. (DWARF2_UNWIND_INFO): Define to 0. From-SVN: r54601
This commit is contained in:
parent
9d7ed8065d
commit
8e581963bb
2 changed files with 5 additions and 9 deletions
|
@ -1,4 +1,7 @@
|
|||
Thu Jun 13 22:29:40 2002 J"orn Rennecke <joern.rennecke@superh.com>
|
||||
Thu Jun 13 22:34:33 2002 J"orn Rennecke <joern.rennecke@superh.com>
|
||||
|
||||
* config/sh/coff.h (HAS_INIT_SECTION, INVOKE__MAIN): Don't define.
|
||||
(DWARF2_UNWIND_INFO): Define to 0.
|
||||
|
||||
* config/sh/sh.c (calc_live_regs): Don't use initial_value
|
||||
optimization for PR_MEDIA_REG.
|
||||
|
|
|
@ -78,11 +78,4 @@ Boston, MA 02111-1307, USA. */
|
|||
|
||||
#define TARGET_OBJFMT_CPP_BUILTINS()
|
||||
|
||||
/* ??? The so-called ASM_OUTPUT_SECTION_NAME cleanup from August 3rd 2001
|
||||
broke sh-coff, and was still neither reversed not fixed eight month after
|
||||
this has been pointed out. */
|
||||
/* Tell the braindead logic in defaults.h / libgcc2.c not to
|
||||
refer to __EH_FRAME_BEGIN__, since we don't use crtstuff.c */
|
||||
#define HAS_INIT_SECTION
|
||||
/* And tell function.c that we don't actually have an init section. */
|
||||
#define INVOKE__MAIN
|
||||
#define DWARF2_UNWIND_INFO 0
|
||||
|
|
Loading…
Add table
Reference in a new issue