Wed Dec 30 12:46:30 1992 Ian Lance Taylor (ian@cygnus.com)
* archive.c (do_slurp_coff_armap): set symdef_count correctly (it broke a couple of weeks ago).
This commit is contained in:
parent
85825401dc
commit
7b4eaa0ee6
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Wed Dec 30 12:46:30 1992 Ian Lance Taylor (ian@cygnus.com)
|
||||||
|
|
||||||
|
* archive.c (do_slurp_coff_armap): set symdef_count correctly
|
||||||
|
(it broke a couple of weeks ago).
|
||||||
|
|
||||||
Tue Dec 29 21:41:05 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
|
Tue Dec 29 21:41:05 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
|
||||||
|
|
||||||
* elf.c (bfd_elf_find_section): Switch back to "struct ..." for
|
* elf.c (bfd_elf_find_section): Switch back to "struct ..." for
|
||||||
|
|
|
@ -701,7 +701,7 @@ do_slurp_coff_armap (abfd)
|
||||||
}
|
}
|
||||||
*stringbase = 0;
|
*stringbase = 0;
|
||||||
|
|
||||||
ardata->symdef_count = swap((PTR)raw_armap);
|
ardata->symdef_count = nsymz;
|
||||||
ardata->first_file_filepos = bfd_tell (abfd);
|
ardata->first_file_filepos = bfd_tell (abfd);
|
||||||
/* Pad to an even boundary if you have to */
|
/* Pad to an even boundary if you have to */
|
||||||
ardata->first_file_filepos += (ardata->first_file_filepos) %2;
|
ardata->first_file_filepos += (ardata->first_file_filepos) %2;
|
||||||
|
|
Loading…
Add table
Reference in a new issue