aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-16 19:09:36 -0700
committerPaul Eggert2011-03-16 19:09:36 -0700
commit73366a004b663bed19b9bc9b83e8843c836db83f (patch)
treeb1a601cbb14d20b09dccada0a48265215607f8e2 /src/ChangeLog
parent9ae7151257f2457c0a6d89fb2b97f59fb18f1b96 (diff)
downloademacs-73366a004b663bed19b9bc9b83e8843c836db83f.tar.gz
emacs-73366a004b663bed19b9bc9b83e8843c836db83f.zip
* unexelf.c (ELF_BSS_SECTION_NAME, OLD_PROGRAM_H): Remove; unused.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8832388994c..5abc9b66475 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,6 +4,7 @@
4 to avoid gcc -Wbad-function-cast warning. 4 to avoid gcc -Wbad-function-cast warning.
5 Use a different way to cause a compilation error if anyone uses 5 Use a different way to cause a compilation error if anyone uses
6 n rather than nn, a way that does not involve shadowing. 6 n rather than nn, a way that does not involve shadowing.
7 (ELF_BSS_SECTION_NAME, OLD_PROGRAM_H): Remove; unused.
7 8
8 * deps.mk (unexalpha.o): Remove; unused. 9 * deps.mk (unexalpha.o): Remove; unused.
9 10