* xcoffread.x (xcoff_symfile_offset): Revert an unwanted change gets

in accidentally from Aug 1 checkin.
This commit is contained in:
Kung Hsu 1995-08-09 21:56:37 +00:00
parent 998cfe7df0
commit 38fb211bc9
2 changed files with 6 additions and 1 deletions

View File

@ -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>
* remote-hms.c (hms_cmds): Get reg term right.

View File

@ -3034,7 +3034,7 @@ xcoff_symfile_offsets (objfile, addr)
parameter and use 0. rs6000-nat.c will set the correct section
offsets via objfile_relocate. */
for (i = 0; i < objfile->num_sections; ++i)
ANOFFSET (section_offsets, i) = addr;
ANOFFSET (section_offsets, i) = 0;
return section_offsets;
}