diff options
author | Timothy Wall <twall@alum.mit.edu> | 2000-02-09 14:42:48 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2000-02-09 14:42:48 +0000 |
commit | 9e4ed18ce8311c39a07b5fe267ac737eb7782cf7 (patch) | |
tree | a950f9530a9ac08f664b62082938c3edef943f9a /ld/ChangeLog | |
parent | 363d7b14a5363ce7ea4997ec6ebba4d7a28fe536 (diff) | |
download | gdb-9e4ed18ce8311c39a07b5fe267ac737eb7782cf7.zip gdb-9e4ed18ce8311c39a07b5fe267ac737eb7782cf7.tar.gz gdb-9e4ed18ce8311c39a07b5fe267ac737eb7782cf7.tar.bz2 |
These snippets were missed in the previous bytes vs octets patch to
the linker.
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 8ceaf8b..1ceee7a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,10 @@ 2000-02-04 Timothy Wall <twall@redhat.com> + * ldlang.c (lang_check_section_addresses): Use bytes instead of + octets when calculating section end addresses. + +2000-02-04 Timothy Wall <twall@redhat.com> + * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation. 2000-02-03 Timothy Wall <twall@redhat.com> |