summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>2009-07-02 00:57:27 -0700
committerRoland McGrath <[email protected]>2009-07-02 00:57:27 -0700
commit6f3eb01147ecd46d5519ba4a49d1d085468372dc (patch)
tree9cfe07a5f4348992a0f082b9787366c7372599fb /src/ChangeLog
parentfdbe23862600c7d1b34906430e0c2586ebd00edb (diff)
parent0bce6cec0568c7aa36c8e5998cb2fd709f3ee1de (diff)
Merge roland/dwarf-collector, fiddle constructors more.upstream/roland/dwarf_edit
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a0402416..190a33d7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2009-07-01 Roland McGrath <[email protected]>
+
+ * dwarfcmp.cc (talker): Update constructor parameters.
+
2009-06-19 Roland McGrath <[email protected]>
* dwarfcmp.cc: Revamp using dwarf_comparator.
@@ -179,6 +183,12 @@
* dwarflint.c: Checking for zero padding and unreferenced bytes.
CU size and padding at the end of CU are now checked.
+2009-06-28 Roland McGrath <[email protected]>
+
+ * readelf.c (print_address_names): New static variable.
+ (options, parse_opt): Grok -N/--numeric-addresses to clear it.
+ (format_dwarf_addr): Don't look up name if !print_address_names.
+
2009-06-13 Ulrich Drepper <[email protected]>
* ldgeneric.c: Don't use deprecated libelf functions.