diff options
author | Fariborz Jahanian <fjahanian@gcc.gnu.org> | 2003-11-11 02:35:45 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@gcc.gnu.org> | 2003-11-11 02:35:45 +0000 |
commit | ceba9fcbd53ee7a43b032b44c8ec5491c7bf789a (patch) | |
tree | de72603b0d8747fe2be66b524b0cc127e91aa83c | |
parent | 4c81e9461822a04417407714c784e21766942de1 (diff) | |
download | gcc-ceba9fcbd53ee7a43b032b44c8ec5491c7bf789a.zip gcc-ceba9fcbd53ee7a43b032b44c8ec5491c7bf789a.tar.gz gcc-ceba9fcbd53ee7a43b032b44c8ec5491c7bf789a.tar.bz2 |
Minor fixes to darwin version of -mpowerpc64.
From-SVN: r73439
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1b052fa..1452419 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2003-11-10 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. + 2003-11-10 Richard Henderson <rth@redhat.com> * dwarf2out.c (gen_label_die): Cope with DECL_RTL not set. |