aboutsummaryrefslogtreecommitdiff
path: root/gdb/xcoffexec.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-11-21 22:08:25 +0000
committerJohn Gilmore <gnu@cygnus>1991-11-21 22:08:25 +0000
commit76b28d05a256feedf887f47c04687dc5f8c3e90c (patch)
treed581da1ff636332f741d6467e582d8ac58a59791 /gdb/xcoffexec.c
parent21f62bbd30b8c4c4b1b27bc1f4da1881cd98cb6a (diff)
downloadgdb-76b28d05a256feedf887f47c04687dc5f8c3e90c.zip
gdb-76b28d05a256feedf887f47c04687dc5f8c3e90c.tar.gz
gdb-76b28d05a256feedf887f47c04687dc5f8c3e90c.tar.bz2
Add /* */ to #if 0'd thing to help ANSI.
Diffstat (limited to 'gdb/xcoffexec.c')
-rw-r--r--gdb/xcoffexec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/xcoffexec.c b/gdb/xcoffexec.c
index 3b3eb62..c6d421f 100644
--- a/gdb/xcoffexec.c
+++ b/gdb/xcoffexec.c
@@ -791,12 +791,12 @@ exec_files_info() {
}
#ifdef DAMON
- Damon's implementation of set_section_command! It is based on the sex member
+/* Damon's implementation of set_section_command! It is based on the sex member
(which is a section pointer from vmap) of vmap.
We will not have multiple vmap entries (one for each section), rather transmit
text and data base offsets and fix them at the same time. Elimination of sex
entry in vmap make this function obsolute, use the one from exec.c.
- Need further testing!! FIXMEmgo.
+ Need further testing!! FIXMEmgo. */
static void
set_section_command(args, from_tty)