aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/rs6000/tm-rs6000.h
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2007-09-21 18:01:26 +0000
committerJoel Brobecker <brobecker@gnat.com>2007-09-21 18:01:26 +0000
commitc295b2e5056e475702a492c520c17d47c9955e14 (patch)
tree89eb904d3f6fc2d31b9942f1e11d3504679030d4 /gdb/config/rs6000/tm-rs6000.h
parent4ab2002928d0ba68074601d8ac4ea920c916a46c (diff)
downloadgdb-c295b2e5056e475702a492c520c17d47c9955e14.zip
gdb-c295b2e5056e475702a492c520c17d47c9955e14.tar.gz
gdb-c295b2e5056e475702a492c520c17d47c9955e14.tar.bz2
* symfile.h (struct sym_fns): Add new field sym_read_linetable.
* coffread.c, dbxread.c, elfread.c, mipsread.c somread.c: Adjust the struct sym_fns object accordingly by setting the new field to NULL. * xcoffread.c (aix_process_linenos): Make static. (xcoff_sym_fns): Set new field to aix_process_linenos. * buildsym.c (end_symtab): Replace call to PROCESS_LINENUMBER_HOOK by call to new the new sym_fns sym_read_linetable function. * config/powerpc/aix.mt (DEPRECATED_TM_FILE): Delete. * config/rs6000/tm-rs6000.h: Delete.
Diffstat (limited to 'gdb/config/rs6000/tm-rs6000.h')
-rw-r--r--gdb/config/rs6000/tm-rs6000.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/gdb/config/rs6000/tm-rs6000.h b/gdb/config/rs6000/tm-rs6000.h
deleted file mode 100644
index 511c534..0000000
--- a/gdb/config/rs6000/tm-rs6000.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/* Parameters for target execution on an RS6000, for GDB, the GNU debugger.
-
- Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
- 1999, 2000, 2004, 2007 Free Software Foundation, Inc.
-
- Contributed by IBM Corporation.
-
- This file is part of GDB.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
-
-/* In xcoff, we cannot process line numbers when we see them. This is
- mainly because we don't know the boundaries of the include files. So,
- we postpone that, and then enter and sort(?) the whole line table at
- once, when we are closing the current symbol table in end_symtab(). */
-
-#define PROCESS_LINENUMBER_HOOK() aix_process_linenos ()
-extern void aix_process_linenos (void);
-