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]

[committed] fix obvious indirect jump warning


With an updated assembler on darwin it properly warns when we're trying to do an indirect jump without the '*' in front of the register.

Tested on x86-darwin. No regressions.

-eric

2006-03-02 Eric Christopher <echristo@apple.com>

* config/i386/i386.c (machopic_output_stub): Add indirection to jump.

Attachment: i386.c.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]