diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2000-05-05 19:09:27 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2000-05-05 19:09:27 +0000 |
commit | b8d39351ea5eabfa364474f006b1556f40f0f636 (patch) | |
tree | d36d52d491774ca3773ccc98b0d3b9f48cc3c683 /gdb/ChangeLog | |
parent | 6c1a54b22b5b3bd140126b93eba4436781a6983d (diff) | |
download | gdb-b8d39351ea5eabfa364474f006b1556f40f0f636.zip gdb-b8d39351ea5eabfa364474f006b1556f40f0f636.tar.gz gdb-b8d39351ea5eabfa364474f006b1556f40f0f636.tar.bz2 |
2000-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* elfread.c (elf_symtab_read): The calculation of 'offset'
must be done for each symbol, not just once. The index
used must be the index of the section where 'sym' resides,
not .text.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6ba9787..987431d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2000-05-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com> + + * elfread.c (elf_symtab_read): The calculation of 'offset' + must be done for each symbol, not just once. The index + used must be the index of the section where 'sym' resides, + not .text. + 2000-05-05 Michael Snyder <msnyder@seadog.cygnus.com> * procfs.c (many functions): change int cmd; to long cmd; @@ -19,7 +26,7 @@ and missing return when handling an ordinary signal from the inferior. -Elena Zannoni <ezannoni@kwikemart.cygnus.com> +2000-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com> * objfiles.h (SECT_OFF_DATA, SECT_OFF_TEXT, SECT_OFF_BSS, SECT_OFF_RODATA): Define as functions of OBJFILE. Add |