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] |
With your recent patch, GCC HEAD has some regression test failures, which used to pass. There are 736 new failures, and 4 failures that existed before and after that patch; 0 failures have been fixed.
All these new failures are caused by: +2004-02-27 Dale Johannesen <dalej@apple.com> + + * config/darwin.c (machopic_output_possible_stub_label): Remove. + config/darwin-protos.h: Ditto. + config/darwin.h: Remove call to it.
I committed the following to fix these regression by having the stubs outputted if even the symbol is defined.
Thanks, Andrew Pinski
ChangeLog: * config/darwin.h (machopic_finish): Output stub even if the symbol is already defined.
Attachment:
temp.diff.txt
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |