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]

PATCH - Minor changes to support 64bit int/32bit ABI for PPC



A couple of minor changes necessary to support 64bit int /32bit ABI for rs6000. These were found in the course
of testing the -mpowerpc64 mode on some 64bit apps. Changes were tested with gcc bootstrap, dejagnu test suite and
SPEC2000 benchamrks all on powerpc-darwin.



Fariborz Jahanian <fjahanian@apple.com>




ChangeLog:

2003-11-08  Fariborz Jahanian <fjahanian@apple.com>
        * config/rs6000/rs6000.h (STACK_SIZE_MODE): Add definition.

* config/rs6000/rs6000.c (reg_or_mem_operand): Add macho-style
address recognition.
(macho_lo_sum_memory_operand): Routine to recognize macho-style
address recognition.
(rs6000_emit_set_long_const): Fix for when HOST_WIDE_INT is 32bit.


Attachment: patch_fsf_34_rs6000.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]