* xcoffread.x (xcoff_symfile_offset): Revert an unwanted change gets
in accidentally from Aug 1 checkin.
This commit is contained in:
parent
998cfe7df0
commit
38fb211bc9
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Wed Aug 9 14:51:36 1995 Kung Hsu <kung@mexican.cygnus.com>
|
||||||
|
|
||||||
|
* xcoffread.x (xcoff_symfile_offset): Revert an unwanted change gets
|
||||||
|
in accidentally from Aug 1 checkin.
|
||||||
|
|
||||||
Sat Aug 5 09:07:28 1995 steve chamberlain <sac@slash.cygnus.com>
|
Sat Aug 5 09:07:28 1995 steve chamberlain <sac@slash.cygnus.com>
|
||||||
|
|
||||||
* remote-hms.c (hms_cmds): Get reg term right.
|
* remote-hms.c (hms_cmds): Get reg term right.
|
||||||
|
|
|
@ -3034,7 +3034,7 @@ xcoff_symfile_offsets (objfile, addr)
|
||||||
parameter and use 0. rs6000-nat.c will set the correct section
|
parameter and use 0. rs6000-nat.c will set the correct section
|
||||||
offsets via objfile_relocate. */
|
offsets via objfile_relocate. */
|
||||||
for (i = 0; i < objfile->num_sections; ++i)
|
for (i = 0; i < objfile->num_sections; ++i)
|
||||||
ANOFFSET (section_offsets, i) = addr;
|
ANOFFSET (section_offsets, i) = 0;
|
||||||
|
|
||||||
return section_offsets;
|
return section_offsets;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue