diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-08-09 06:14:09 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-08-09 06:14:09 +0000 |
commit | fe9edd22759e68387d4617742f1373fbf5a66c62 (patch) | |
tree | 565775cb9a3a02f5da52d2d7c0afdddc6013e48a /ld/ChangeLog | |
parent | 91d3970e7deae6622b5b13cdb5367c4bd91b706c (diff) | |
download | gdb-fe9edd22759e68387d4617742f1373fbf5a66c62.zip gdb-fe9edd22759e68387d4617742f1373fbf5a66c62.tar.gz gdb-fe9edd22759e68387d4617742f1373fbf5a66c62.tar.bz2 |
From Wally Iimura <iimura@microunity.com>:
* ldlang.c (lang_size_sections): When checking whether an address
is within a region, don't get confused by wrapping around at the
end of the address space.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 5d80834..8f68eff 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +1999-08-09 Ian Lance Taylor <ian@zembu.com> + + From Wally Iimura <iimura@microunity.com>: + * ldlang.c (lang_size_sections): When checking whether an address + is within a region, don't get confused by wrapping around at the + end of the address space. + 1999-08-08 Ian Lance Taylor <ian@zembu.com> * ldlang.c (wild_doit): Update for renaming of SEC_SHORT to |