summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Healy <jhealy@redhat.com>2001-07-11 19:35:17 +0000
committerJohn Healy <jhealy@redhat.com>2001-07-11 19:35:17 +0000
commit444eaf556d742dafd769cbdb67e31fbead6be21d (patch)
tree8c3bac8c0790838592e2e690de55d86bcc7f84b8
parent1c8c7c8afb9194cdbb7d8ea913530bf24de59831 (diff)
downloadbinutils-redhat-444eaf556d742dafd769cbdb67e31fbead6be21d.tar.gz
*** empty log message ***
-rw-r--r--gas/ChangeLog6
-rw-r--r--gas/config/obj-elf.c4
2 files changed, 0 insertions, 10 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 030fb1141e..4d4b854bc8 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -3,12 +3,6 @@
* config/obj-coff.c (coff_frob_symbol): Don't merge if the storage
class of the non-debug symbol is C_NULL.
-2001-07-10 John Healy <jhealy@redhat.com>
-
- * config/obj-elf.c (obj_elf_section): md_elf_section_change_data_hook
- added to grab section information after it's been extracted from the
- .section directive.
-
2001-07-10 Anders Norlander <anorland@synergenix.se>
* doc/as.texinfo (Incbin): Fix grammatical errors.
diff --git a/gas/config/obj-elf.c b/gas/config/obj-elf.c
index 9498c18843..2510f4b474 100644
--- a/gas/config/obj-elf.c
+++ b/gas/config/obj-elf.c
@@ -982,10 +982,6 @@ obj_elf_section (push)
attr &= SHF_MERGE;
}
-#ifdef md_elf_section_change_data_hook
- md_elf_section_change_data_hook (name, type, attr, entsize, push);
-#endif
-
obj_elf_change_section (name, type, attr, entsize, push);
}