summaryrefslogtreecommitdiffstats
path: root/gdb/remote-os9k.c
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1999-09-09 00:02:17 +0000
committerStan Shebs <shebs@codesourcery.com>1999-09-09 00:02:17 +0000
commitd4f3574e777abfa65c9ba134e582228f3f32a8d6 (patch)
tree408b74c26833555087f04f4ec466afd488af6087 /gdb/remote-os9k.c
parent325188ecac3a52d92d359c70f9b730470760e1d7 (diff)
downloadppe42-binutils-d4f3574e777abfa65c9ba134e582228f3f32a8d6.tar.gz
ppe42-binutils-d4f3574e777abfa65c9ba134e582228f3f32a8d6.zip
import gdb-1999-09-08 snapshot
Diffstat (limited to 'gdb/remote-os9k.c')
-rw-r--r--gdb/remote-os9k.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/gdb/remote-os9k.c b/gdb/remote-os9k.c
index b14b460d76..a523c3c636 100644
--- a/gdb/remote-os9k.c
+++ b/gdb/remote-os9k.c
@@ -512,12 +512,8 @@ rombug_wait (pid, status)
{
if (obj_sec->objfile != symfile_objfile)
new_symfile_objfile (obj_sec->objfile, 1, 0);
- offs = ((struct section_offsets *)
- alloca (sizeof (struct section_offsets)
- + (symfile_objfile->num_sections * sizeof (offs->offsets))));
- memcpy (offs, symfile_objfile->section_offsets,
- (sizeof (struct section_offsets) +
- (symfile_objfile->num_sections * sizeof (offs->offsets))));
+ offs = (struct section_offsets *) alloca (SIZEOF_SECTION_OFFSETS);
+ memcpy (offs, symfile_objfile->section_offsets, SIZEOF_SECTION_OFFSETS);
ANOFFSET (offs, SECT_OFF_DATA) = addr;
ANOFFSET (offs, SECT_OFF_BSS) = addr;
OpenPOWER on IntegriCloud