aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-10-11 12:59:06 +0000
committerAlan Modra <amodra@gmail.com>2002-10-11 12:59:06 +0000
commit7f6a7663824722e5915c411988de7d13b5c75574 (patch)
treef4df514949e193274be0363df4c1f86a5ee03480 /bfd/ChangeLog
parentfe213ce218807c778bf853d24865342262a1de10 (diff)
downloadgdb-7f6a7663824722e5915c411988de7d13b5c75574.zip
gdb-7f6a7663824722e5915c411988de7d13b5c75574.tar.gz
gdb-7f6a7663824722e5915c411988de7d13b5c75574.tar.bz2
* elf64-ppc.c (edit_opd): Correct local sym adjustment.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 3a59982..2cfde7c 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -28,7 +28,7 @@
* elfxx-ia64.c (oor_brl, oor_ip): Conditionally define.
* elf64-ppc.c (edit_opd): Only zero opd syms when function is
- completely removed.
+ completely removed. Correct local sym adjustment.
2002-10-10 Stephen Clarke <stephen.clarke@superh.com>