From: Peter Schauer Date: Thu, 30 Dec 1993 15:56:06 +0000 (+0000) Subject: * exec.c (add_to_section_table): Check for SEC_ALLOC instead of X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2d3ae7bf6d3c89cd698ca7c8c3d7b8f681e920c3;p=binutils-gdb.git * exec.c (add_to_section_table): Check for SEC_ALLOC instead of SEC_LOAD to handle .bss segments properly. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9ff71f91b8e..12a0e930160 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Thu Dec 30 07:41:36 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * exec.c (add_to_section_table): Check for SEC_ALLOC instead of + SEC_LOAD to handle .bss segments properly. + Thu Dec 30 10:16:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * infrun.c (wait_for_inferior): Enable code which assumes that if