diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 16ae292..c7e899c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2005-08-19 Paul Woegerer <paul.woegerer@nsc.com> + + * config/crx/crx.c: Implement crx_decompose_address. Reject + symbolic displacements since CRX register relative adressing + mode can't handle unsigned 32-bit values as displacements. + * config/crx/crx.h: Simplify definitions, remove redundant + parenthesis and obsolete macros. + * config/crx/crx.opt: Add new switch for debugging addresses. + * config/crx/crx-protos.h: Add new declarations for above. + 2005-08-19 Andrew Pinski <pinskia@physics.uc.edu> PR middle-end/20624 |
