This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: ASM_OUTPUT_SECTION_NAME cleanup
- To: rth at redhat dot com (Richard Henderson)
- Subject: Re: ASM_OUTPUT_SECTION_NAME cleanup
- From: Joern Rennecke <amylaar at onetel dot net dot uk>
- Date: Sun, 30 Sep 2001 20:33:58 +0100 (BST)
- Cc: gcc-patches at gcc dot gnu dot org, gcc at gcc dot gnu dot org, amylaar at onetel dot net dot uk
> While that is decent coverage of object file formats (and targets that
> needed special care), it is not all of them. Let me know if you run
> into any problems.
While the EH_FRAME_SECTION definition in defaults.h used to depend on
DWARF2_UNWIND_INFO, your definition of EH_FRAME_SECTION_NAME doesn't.
This breaks sh-hms, since now the __main.o part of libgcc.a contains
a reference to __EH_FRAME_BEGIN__, which is not defined anywhere
(sh-hms doesn't use crtstuff).