diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-06-24 22:01:01 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-06-24 22:01:01 +0000 |
commit | d7b5386f2b5ac488e68d175c4823f6d07903c50a (patch) | |
tree | 64ef0db69aaa61c2048e4956e6b2b370d6cc64ca /ld | |
parent | 2e0567eb0d6e8c2c21eb6b68fea20648a878ccd4 (diff) | |
download | gdb-d7b5386f2b5ac488e68d175c4823f6d07903c50a.zip gdb-d7b5386f2b5ac488e68d175c4823f6d07903c50a.tar.gz gdb-d7b5386f2b5ac488e68d175c4823f6d07903c50a.tar.bz2 |
Mon Jun 24 17:55:31 1996 Jouke Numan <jnuman@bazis.nl>
* ldlang.h (enum section_type): Define.
(lang_output_section_statement_type): Remove loadable field. Add
sectype field.
(lang_enter_output_section_statement): Change flags parameter in
prototype to sectype.
* ldgram.y (typebits): Remove.
(sectype): New static variable.
(opt_at): Use sectype rather than typebits.
(type): Set sectype rather than typebits.
(atype): Likewise.
* ldlex.l: Recognize DSECT, COPY, INFO, and OVERLAY in
EXPRESSION mode.
* ldlang.c (lang_output_section_statement_lookup): Set sectype
field rather than loadable field.
(wild_doit): Check sectype rather than loadable.
(lang_record_phdrs): Likewise.
(lang_enter_output_section_statement): Rename flags parameter to
sectype. Set sectype field rather than loadable field. Set flags
field based on sectype.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 19378ce..e4e6699 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,30 @@ +Mon Jun 24 17:55:31 1996 Jouke Numan <jnuman@bazis.nl> + + * ldlang.h (enum section_type): Define. + (lang_output_section_statement_type): Remove loadable field. Add + sectype field. + (lang_enter_output_section_statement): Change flags parameter in + prototype to sectype. + * ldgram.y (typebits): Remove. + (sectype): New static variable. + (opt_at): Use sectype rather than typebits. + (type): Set sectype rather than typebits. + (atype): Likewise. + * ldlex.l: Recognize DSECT, COPY, INFO, and OVERLAY in + EXPRESSION mode. + * ldlang.c (lang_output_section_statement_lookup): Set sectype + field rather than loadable field. + (wild_doit): Check sectype rather than loadable. + (lang_record_phdrs): Likewise. + (lang_enter_output_section_statement): Rename flags parameter to + sectype. Set sectype field rather than loadable field. Set flags + field based on sectype. + Mon Jun 24 12:00:32 1996 Ian Lance Taylor <ian@cygnus.com> + * scripttempl/elf.sc: Force .stab* and .comment sections to start + at 0. + * configure.in: On alpha*-*-osf*, link against libbfd.a if not using shared libraries. * configure: Rebuild with autoconf 2.10. |