This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
I really need labels with predictable names, as these labels are used in the debugging information to determine the size of the text sections.
-- Caroline ctice@apple.com
On Fri, Apr 01, 2005 at 11:20:27AM -0800, Caroline Tice wrote:I was unaware that these formats would not work for all architectures.
I have just
been scanning through the GCC source to see if there are any target
hooks
for creating section names/labels, and I don't see any. Therefore I am
not sure
at this point as to the best way to proceed. Any constructive advice
would be
appreciated.
Do you really need labels with specific names? i.e. couldn't you use ASM_GENERATE_INTERNAL_LABEL?
-- Daniel Jacobowitz CodeSourcery, LLC
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |