diff options
| author | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-07 03:03:43 +0000 |
|---|---|---|
| committer | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-07 03:03:43 +0000 |
| commit | 0ef398b059129fe0cc4764263ca63ce990529a34 (patch) | |
| tree | 0c1a311f0b6c16b95ab1bf7d9525f5cf5b7b3c13 | |
| parent | 816c230b691ed54a4dfc55b2f2b2c54809309126 (diff) | |
| download | ppe42-gcc-0ef398b059129fe0cc4764263ca63ce990529a34.tar.gz ppe42-gcc-0ef398b059129fe0cc4764263ca63ce990529a34.zip | |
2001-12-06 Aldy Hernandez <aldyh@redhat.com>
* rs6000.h (PRE_GCC3_DWARF_FRAME_REGISTERS): New.
(DWARF_FRAME_REGISTERS): Delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47744 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/config/rs6000/rs6000.h | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 809c5857a4d..f9d015fc926 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-12-06 Aldy Hernandez <aldyh@redhat.com> + + * rs6000.h (PRE_GCC3_DWARF_FRAME_REGISTERS): New. + (DWARF_FRAME_REGISTERS): Delete. + 2001-12-06 Janis Johnson <janis187@us.ibm.com> * builtin-types.def (BT_FN_VOID_PTR_VAR): New. diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index 50137ee588a..9ad978e1d0f 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -700,11 +700,8 @@ extern int rs6000_altivec_abi; #define FIRST_PSEUDO_REGISTER 110 -/* This must not decrease, for backwards compatibility. If - FIRST_PSEUDO_REGISTER increases, this should as well. */ -/* fixme: this needs to be defined to "TARGET_ALTIVEC_ABI ? 110 : 77" - and then fix usages of DWARF_FRAME_REGISTERS to work. */ -#define DWARF_FRAME_REGISTERS 77 +/* This must be included for pre gcc 3.0 glibc compatability. */ +#define PRE_GCC3_DWARF_FRAME_REGISTERS 77 /* 1 for registers that have pervasive standard uses and are not available for the register allocator. |

