summaryrefslogtreecommitdiffstats
path: root/gdb/corefile.c
diff options
context:
space:
mode:
authorDawn Perchik <dawn@cygnus>1996-11-11 21:02:55 +0000
committerDawn Perchik <dawn@cygnus>1996-11-11 21:02:55 +0000
commit28444bf3a1e0d6422cb9236baacb6cac11f384de (patch)
tree22cf8c1c95890224f092567bc591d40f55b7debb /gdb/corefile.c
parent77814fa88214b4a2b27284bb66aeb67689e23187 (diff)
downloadppe42-binutils-28444bf3a1e0d6422cb9236baacb6cac11f384de.tar.gz
ppe42-binutils-28444bf3a1e0d6422cb9236baacb6cac11f384de.zip
* mips-tdep.c, remote-mips.c, values.c, mdebugread.c,
config/mips/tm-mips.h: Add/fix bugs for 64-bit mips support. * defs.h: Cleanup; add prototypess * corefile.c: Change FIXME #ifdef * win32-nat.c: Include windefs instead of windows.h. * utils.c: Add routines for printing addresses and registers based on type size.
Diffstat (limited to 'gdb/corefile.c')
-rw-r--r--gdb/corefile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/corefile.c b/gdb/corefile.c
index 65ea357db9..b792514fa3 100644
--- a/gdb/corefile.c
+++ b/gdb/corefile.c
@@ -137,7 +137,7 @@ specify_exec_file_hook (hook)
void
close_exec_file ()
{
-#ifdef FIXME
+#if 0 /* FIXME */
if (exec_bfd)
bfd_tempclose (exec_bfd);
#endif
@@ -146,7 +146,7 @@ close_exec_file ()
void
reopen_exec_file ()
{
-#ifdef FIXME
+#if 0 /* FIXME */
if (exec_bfd)
bfd_reopen (exec_bfd);
#endif
OpenPOWER on IntegriCloud