1998-10-26 16:05 Ulrich Drepper <drepper@cygnus.com>

* lexsup.c (ld_options): Change text of -O to Optimize output file".
	(parse_args): Set link_info.optimize based on -O argument.
	* ldmain.c (main): Initialize link_info.optimze to false.
	* ld.texinfo: Describe -O option.
	* ld.1: Likewise.
This commit is contained in:
Ulrich Drepper
1998-10-27 00:08:03 +00:00
parent c470f2ebaf
commit 8c811b9d07

View File

@ -1,3 +1,17 @@
1998-10-26 16:05 Ulrich Drepper <drepper@cygnus.com>
* lexsup.c (ld_options): Change text of -O to Optimize output file".
(parse_args): Set link_info.optimize based on -O argument.
* ldmain.c (main): Initialize link_info.optimze to false.
* ld.texinfo: Describe -O option.
* ld.1: Likewise.
Mon Oct 12 14:29:56 1998 Nick Clifton <nickc@cygnus.com>
* scripttempl/v850.sc: Move .sbss and .scommon sections into their
own segment, so that they can be next to the .bss section and so
initialised by the same piece of code.
Fri Oct 9 15:59:52 1998 Catherine Moore <clm@cygnus.com>
* scripttempl/elf.sc: Merge .sdata.* etc sections.