From bf121224c754d7fd5d4f9a75ac33d6465977bdbb Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 25 Nov 2013 07:55:23 -0700 Subject: put the psymtab filename in the filename bcache This puts the psymtab filename in the filename bcache. This saves a small amount of memory. 2013-12-06 Tom Tromey * psymtab.c (allocate_psymtab): Put the filename in the filename bcache. --- gdb/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9cec9c33b2f..38ba081a7e2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2013-12-06 Tom Tromey + + * psymtab.c (allocate_psymtab): Put the filename in the filename + bcache. + 2013-12-06 Tom Tromey * buildsym.c (end_symtab_from_static_block): Use obstack_copy0. -- cgit v1.2.1