diff options
author | Alan Modra <amodra@bigpond.net.au> | 2003-04-03 02:54:52 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2003-04-03 02:54:52 +0000 |
commit | 103a9f3d96948bc456ba9db944389265f2057bde (patch) | |
tree | 74241c7200d582e00da2d91856497845bf43585a /bfd/ChangeLog | |
parent | 3fa626cfc7b9bd620bb2731079388b3308f6d74b (diff) | |
download | gdb-103a9f3d96948bc456ba9db944389265f2057bde.tar.gz |
* elf32-ppc.c (ppc_elf_check_relocs): Don't use SYMBOL_REFERENCES_LOCAL
here as it's too early to reliably determine locality.
(ppc_elf_gc_sweep_hook): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ca9eb97ddd6..122369d89c4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2003-04-03 Alan Modra <amodra@bigpond.net.au> + + * elf32-ppc.c (ppc_elf_check_relocs): Don't use SYMBOL_REFERENCES_LOCAL + here as it's too early to reliably determine locality. + (ppc_elf_gc_sweep_hook): Likewise. + 2003-04-02 Bob Wilson <bob.wilson@acm.org> * xtensa-modules.c: Remove comment indicating that this is a |