No description
Find a file
Ian Lance Taylor 85825401dc Wed Dec 30 10:18:57 1992 Ian Lance Taylor (ian@cygnus.com)
* app.c, config/tc-*.c: Don't include read.h, since it is already
	included by as.h.

	* These are based on patches from Minh Tran-le
	<mtranle@paris.intellicorp.com>.
	* configure.in (i[34]86-ibm-aix*): Accept i486 for host.  Use
	obj_format coffbfd and gas_target i386coff for target.
	(i[34]86-*-isc*): New host (uses sysv).
	* config/i386aix.mt: Removed (no longer used).
	* config/mh-i386aix (RANLIB): Use true rather than /bin/true.
	(MINUS_G): Removed.
	(LDFLAGS): Added, defined as -shlib.
	* config/te-i386aix.h (REVERSE_SORT_RELOCS): Undefine.
	* config/te-sco386.h (LOCAL_LABEL): Don't define.
	(DOT_LABEL_PREFIX): Define.
	* expr.c (operand): If DOT_LABEL_PREFIX, use .L0\001 as a label
	name rather than L0\001.
	* read.c (s_lcomm): Make a frag in SEG_BSS rather than using
	local_bss_counter.
	* symbols.c, symbols.h (local_bss_counter): Removed.
	* write.c (write_object_file): bss no longer uses
	local_bss_counter.  Pass correct data and bss size to
	VMS_write_object_file.
	* config/obj-vms.c (VMS_write_object_file): Accept bss size as
	argument, rather than using local_bss_counter.
	* config/tc-m88k.c (s_bss): Don't use local_bss_counter.
	* config/tc-sparc.c (s_reserve): Don't use local_bss_counter.
	* config/obj-coffbfd.c (had_lineno, had_reloc): Removed.
	(size_section): Restored sanity check.
	(do_relocs_for): Base section address on s_paddr rather than
	computing it.  Adjust a29k R_IHIHALF special case to account for
	section paddr (used to require paddr to be zero).  If there are no
	reclos, set s_relptr to 0.  Set relocation size in object_headers.
	(fill_section): Always set s_vaddr here, removing
	ZERO_BASED_SEGMENTS case.  Force s_scnptr for bss to 0.  Don't set
	NOLOAD for i386 .bss, because it confuses the SVR3 native linker.
	Set STYP_INFO for .comment.
	(coff_header_append): Use object headers and H_{SET,GET}_* macros.
	Make aouthdr writing depend on OBJ_COFF_OMIT_OPTIONAL_HEADER.
	(crawl_symbols): Handle 8 character section name correctly.  Use
	H_{SET,GET}_* macros.
	(do_linenos_for): Set lineno size in object_headers.
	(write_object_file): Use H_{SET,GET}_* macros.  Don't bother to
	set s_vaddr here.  If string_byte_count remains 4, set it back to
	0, and only write strings out if there are some.  Call
	fill_section before do_relocs_for and do_linenos_for.
	(obj_coff_section): Handle optional quoted second argument giving
	section characteristics.
	(obj_coff_bss): Added to handle .bss.
	(obj_coff_ident): Added to handle .ident (puts string in .comment
	section).
	(obj_coff_lcomm): Put common symbols in .bss, not .data.
	(fixup_mdeps): Change to segment.  Call frag_wane after
	md_convert_frag.
	(fixup_segment): Explicitly check S_IS_COMMON before making 386
	adjustment (already happened only for common symbols, but this is
	clearer).
	* config/obj-coffbfd.h (OBJ_COFF_OMIT_OPTIONAL_HEADER): Define.
	* config/tc-i386.c (s_bss): Don't use if I386COFF.
	(md_pseudo_table): Ignore .optim and .noopt.
	(tc_coff_sizemachdep): New function.
	* config/tc-i386.h (REVERSE_SORT_RELOCS): Undef, for SVR3
	compatibility.
	(LOCAL_LABEL): Removed definition.
	(DOT_LABEL_PREFIX): Defined.
1992-12-30 20:34:14 +00:00
bfd fix libbfd.h declaration, by tweaking elf.c comment, so bfd can compile 1992-12-30 02:48:29 +00:00
binutils * Makefile.in: Make check depend on all. 1992-12-22 23:52:26 +00:00
config recording file death 1992-12-08 04:59:31 +00:00
gas Wed Dec 30 10:18:57 1992 Ian Lance Taylor (ian@cygnus.com) 1992-12-30 20:34:14 +00:00
gdb * hppah-tdep.c (skip_trampoline_code): Use new macros for 1992-12-29 00:27:18 +00:00
gprof recording file death 1992-12-08 05:21:19 +00:00
include rebuilt from current bfd library 1992-12-28 22:17:40 +00:00
ld Mon Dec 28 11:15:35 1992 Ian Lance Taylor (ian@cygnus.com) 1992-12-28 19:43:59 +00:00
mmalloc recording file death 1992-12-08 05:21:19 +00:00
opcodes also search bfd sources for include files 1992-11-18 03:56:18 +00:00
readline Tue Dec 15 12:38:16 1992 Ian Lance Taylor (ian@cygnus.com) 1992-12-15 20:40:05 +00:00
sim/h8300 H8/300 simulator 1992-12-22 21:59:06 +00:00
.Sanitize removed the files there were moved to etc, added the directories that are 1992-12-16 21:38:43 +00:00
Build-A-Release.mk didn't get propagated from progressive to devo. 1992-07-31 17:33:55 +00:00
build-all.mk updated dates 1992-12-30 06:52:33 +00:00
ChangeLog Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com) 1992-12-29 23:39:18 +00:00
config.sub from fsf: sequent os is bsd(ish) 1992-12-28 20:10:40 +00:00
configdos.bat Initial revision 1991-12-12 02:47:57 +00:00
configure from p3. Some shells leave PWD in the environment (old tcsh, ksh at least) 1992-09-18 06:16:37 +00:00
configure.bat More dos scripts 1992-02-22 00:25:24 +00:00
configure.in Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com) 1992-12-28 16:34:12 +00:00
DOC.Sanitize Initial revision 1991-10-31 00:08:52 +00:00
INSTALL Nearly complete. Still needs pointer to "more doc". 1991-04-13 07:41:11 +00:00
install-texi.in Add some files from Progressive shich shouldn't be lost. 1992-07-29 16:21:34 +00:00
Install.in Add some files from Progressive shich shouldn't be lost. 1992-07-29 16:21:34 +00:00
intro.texi Add some files from Progressive shich shouldn't be lost. 1992-07-29 16:21:34 +00:00
Makefile.in better clean handling 1992-12-25 01:31:54 +00:00
Pack-A-Progressive Add some files from Progressive shich shouldn't be lost. 1992-07-29 16:21:34 +00:00
sol-Build-A-Release.mk Add some files from Progressive shich shouldn't be lost. 1992-07-29 16:21:34 +00:00
sol-GNUmakefile Add some files from Progressive shich shouldn't be lost. 1992-07-29 16:21:34 +00:00
sol-inst.texi Add some files from Progressive shich shouldn't be lost. 1992-07-29 16:21:34 +00:00
sol-intro.texi Add some files from Progressive shich shouldn't be lost. 1992-07-29 16:21:34 +00:00
sol-make-ftp Add some files from Progressive shich shouldn't be lost. 1992-07-29 16:21:34 +00:00
sol-rel.texi Add some files from Progressive shich shouldn't be lost. 1992-07-29 16:21:34 +00:00
sol-subst-strings Add some files from Progressive shich shouldn't be lost. 1992-07-29 16:21:34 +00:00
sol-subst-strings-ftp Add some files from Progressive shich shouldn't be lost. 1992-07-29 16:21:34 +00:00
SUPPORTED Initial revision 1991-06-12 21:44:36 +00:00
tape-labels-tex.in Add some files from Progressive shich shouldn't be lost. 1992-07-29 16:21:34 +00:00
test-build.mk updated dates 1992-12-30 06:52:33 +00:00