diff options
author | marekm <marekm@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-28 15:23:54 +0000 |
---|---|---|
committer | marekm <marekm@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-28 15:23:54 +0000 |
commit | fdd6a2057eb2b807860ec3829520858d32d0ee19 (patch) | |
tree | 7612b4a19ed635c60b4578757807b5910ad2005c /gcc/ChangeLog | |
parent | e9390a9492d7bf084dba4d828facb62e79b132ba (diff) | |
download | gcc-fdd6a2057eb2b807860ec3829520858d32d0ee19.tar.gz |
* config/avr/avr.c (avr_hard_regno_mode_ok): Do not allow r29
which may overwrite the high byte of the frame pointer.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50138 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 64f1d8858a3..8e896c5bc0c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-02-28 Marek Michalkiewicz <marekm@amelek.gda.pl> + + * config/avr/avr.c (avr_hard_regno_mode_ok): Do not allow r29 + which may overwrite the high byte of the frame pointer. + 2002-02-28 Bo Thorsen <bo@suse.de> * config/i386/linux64.h (LINK_SPEC): Fix 32/64 bit compilation. |