* nlmconv.c (main): Force creation of .bss section. Set up the
authorIan Lance Taylor <ian@airs.com>
Tue, 31 Aug 1993 17:47:58 +0000 (17:47 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 31 Aug 1993 17:47:58 +0000 (17:47 +0000)
commitef5b53687be06bacd46116f1ed32cc5c9bc0307f
treeb214428dc2e184c33f936c00a8be57cb27bc9d17
parentf993f087dac2203c6a73188a7cb1493b4c77a008
* nlmconv.c (main): Force creation of .bss section.  Set up the
sections before looking at the symbols.  Move all common symbols
into .bss section.  Automatically define _edata and _end.  Only
export symbols in the export list, with multiple prefixes if
necessary.  Warn if no version.  Always create extended header.
Set date automatically if not already set.
(setup_sections): Count size of bss sections.
(mangle_relocs, i386_mangle_relocs): Accept section argument, and
take reloc_count as a changeable pointer; changed callers.
(i386_mangle_relocs): Remove PC relative relocs within a section,
as they require no adjustment.
* nlmheader.y: Fixed memory allocation throughout: token STRING is
now allocated on the heap, and freed if not needed.  Null
terminated copyright message.  Accept version with only two
strings.
(symbol_list_opt): New nonterminal, either symbol_list or empty.
(symbol_list): Use left recursion to avoid overflowing parser
stack.
(yylex): Rearranged beginning of line check.  Accept quoted
strings using single quotes.  End generic argument at comment
character or parentheses.
(string_list_append): Fixed.
(string_list_append1): New function.
binutils/ChangeLog
binutils/nlmconv.c
This page took 0.024898 seconds and 4 git commands to generate.