diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2002-02-04 04:42:29 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2002-02-04 04:42:29 +0000 |
commit | 8017dbcb39aa6a23a2efb5c9a0ec9c1acafdba70 (patch) | |
tree | 74dd3814681a5e15b2afaa1771267bdf30b6c631 /ld/ChangeLog | |
parent | a27be4d5bfc65cc9b586a94c2e7fb4b36542cbe7 (diff) | |
download | gdb-8017dbcb39aa6a23a2efb5c9a0ec9c1acafdba70.zip gdb-8017dbcb39aa6a23a2efb5c9a0ec9c1acafdba70.tar.gz gdb-8017dbcb39aa6a23a2efb5c9a0ec9c1acafdba70.tar.bz2 |
* emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signed
arithmetic when checking for too many global registers.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 7b46215..baee989 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2002-02-04 Hans-Peter Nilsson <hp@bitrange.com> + + * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signed + arithmetic when checking for too many global registers. + 2002-02-02 Jason Thorpe <thorpej@wasabisystems.com> * Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o. |