Add /* */ to #if 0'd thing to help ANSI.
This commit is contained in:
parent
21f62bbd30
commit
76b28d05a2
2 changed files with 4 additions and 2 deletions
|
@ -14,6 +14,8 @@ Thu Nov 21 10:23:52 1991 John Gilmore (gnu at cygnus.com)
|
||||||
* exec.c (exec_files_info): If `verbose' is set, show file offset
|
* exec.c (exec_files_info): If `verbose' is set, show file offset
|
||||||
as well.
|
as well.
|
||||||
|
|
||||||
|
* xcoffexec.c: Add /* */ to #if 0'd thing to help ANSI.
|
||||||
|
|
||||||
Wed Nov 20 18:35:56 1991 John Gilmore (gnu at cygnus.com)
|
Wed Nov 20 18:35:56 1991 John Gilmore (gnu at cygnus.com)
|
||||||
|
|
||||||
* Remove gdb/hp-include. Support for HP a.out oddities should be
|
* Remove gdb/hp-include. Support for HP a.out oddities should be
|
||||||
|
|
|
@ -791,12 +791,12 @@ exec_files_info() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef DAMON
|
#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.
|
(which is a section pointer from vmap) of vmap.
|
||||||
We will not have multiple vmap entries (one for each section), rather transmit
|
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
|
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.
|
entry in vmap make this function obsolute, use the one from exec.c.
|
||||||
Need further testing!! FIXMEmgo.
|
Need further testing!! FIXMEmgo. */
|
||||||
|
|
||||||
static void
|
static void
|
||||||
set_section_command(args, from_tty)
|
set_section_command(args, from_tty)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue