aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2002-09-19 11:38:22 +0000
committerJakub Jelinek <jakub@redhat.com>2002-09-19 11:38:22 +0000
commitca1eb0ba304b66b2027abc3fc246185d2708c093 (patch)
tree5233cfaad4746fb05c75adf0c3c0079d65016c10
parent036243d826704e1e70fda5eaf68c60a1618ce9a0 (diff)
downloadgdb-ca1eb0ba304b66b2027abc3fc246185d2708c093.zip
gdb-ca1eb0ba304b66b2027abc3fc246185d2708c093.tar.gz
gdb-ca1eb0ba304b66b2027abc3fc246185d2708c093.tar.bz2
Fix the ChangeLog entry for my last commit.
-rw-r--r--bfd/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 9a0f1eb..f758a77 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -29,7 +29,8 @@
2002-09-17 Jakub Jelinek <jakub@redhat.com>
- * elf_i386_relocate_section (R_386_TLS_TPOFF32): Negate addend.
+ * elf32-i386.c (elf_i386_relocate_section) [R_386_TLS_TPOFF32]: Negate
+ addend.
2002-09-17 Alan Modra <amodra@bigpond.net.au>