aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorGabriel Charette <gchare@google.com>2011-07-28 20:57:20 +0000
committerGabriel Charette <gchare@gcc.gnu.org>2011-07-28 20:57:20 +0000
commit0681d04c474280bb0e2587c283eaf1bb0bd7911c (patch)
tree2f4fc7403cfe8423ab82b8982d579b5e1cc69326 /libcpp/ChangeLog
parentd266391244dae81f7f1693d9927df4c6c1bc146b (diff)
downloadgcc-0681d04c474280bb0e2587c283eaf1bb0bd7911c.tar.gz
gcc-0681d04c474280bb0e2587c283eaf1bb0bd7911c.tar.bz2
gcc-0681d04c474280bb0e2587c283eaf1bb0bd7911c.zip
line-map.h (struct line_maps): Remove unused field last_listed.
* include/line-map.h (struct line_maps): Remove unused field last_listed. Update all users. From-SVN: r176898
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 3f5ab0b21f2..1b224182368 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-28 Gabriel Charette <gchare@google.com>
+
+ * include/line-map.h (struct line_maps):
+ Remove unused field last_listed. Update all users.
+
2011-07-28 H.J. Lu <hongjiu.lu@intel.com>
* configure.ac: Set need_64bit_hwint to yes for x86 targets.