2008-01-24 Pedro Alves * buildsym.c (record_line): Don't try to strip unused addr bits. --- gdb/buildsym.c | 2 -- 1 files changed, 2 deletions(-) Index: gdb-trunk/gdb/buildsym.c =================================================================== --- gdb-trunk.orig/gdb/buildsym.c 2008-01-09 10:53:49.000000000 -0800 +++ gdb-trunk/gdb/buildsym.c 2008-01-24 04:30:26.000000000 -0800 @@ -794,8 +794,6 @@ record_line (struct subfile *subfile, in * sizeof (struct linetable_entry)))); } - pc = gdbarch_addr_bits_remove (current_gdbarch, pc); - /* Normally, we treat lines as unsorted. But the end of sequence marker is special. We sort line markers at the same PC by line number, so end of sequence markers (which have line == 0) appear