summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2007-02-05 07:13:52 +0000
committerUlrich Drepper <[email protected]>2007-02-05 07:13:52 +0000
commitce0bdb6ee5f977af9e565f2871ba2b1b37d162a5 (patch)
tree70363f02b05cd12b72182cc9865cbba30433794c /src/ChangeLog
parentcd8a250aa139016def485e91d2da49c87de3baec (diff)
Implement ar program.
Relax elflint in GNU ld mode for latest idiosyncracies.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8c1b14e7..6e619e0d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
+2007-02-04 Ulrich Drepper <[email protected]>
+
+ * ar.c: New file.
+ * arlib.c: New file.
+ * arlib2.c: New file.
+ * arlib.h: New file.
+ * Makefile (noinst_LIBRARIES): Add libar.
+ (libar_a_SOURCES): Define.
+ (ar_LDADD): Define.
+ (CFLAGS_ar): Define.
+ * ranlib.c: Change to use arlib.
+
+ * elflint.c (check_symtab): Work around GNU ld bug which omits
+ sections but not symbols in those sections.
+
2007-01-10 Ulrich Drepper <[email protected]>
* addr2line.c: Update copyright year.