import gdb-1999-09-08 snapshot
This commit is contained in:
parent
325188ecac
commit
d4f3574e77
201 changed files with 8614 additions and 4843 deletions
|
@ -521,9 +521,8 @@ objfile_relocate (objfile, new_offsets)
|
|||
struct objfile *objfile;
|
||||
struct section_offsets *new_offsets;
|
||||
{
|
||||
struct section_offsets *delta = (struct section_offsets *)
|
||||
alloca (sizeof (struct section_offsets)
|
||||
+ objfile->num_sections * sizeof (delta->offsets));
|
||||
struct section_offsets *delta =
|
||||
(struct section_offsets *) alloca (SIZEOF_SECTION_OFFSETS);
|
||||
|
||||
{
|
||||
int i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue