aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-08-09 * ldlang.c (wild_doit): Update for renaming of SEC_SHORT toIan Lance Taylor2-3/+6
SEC_SMALL_DATA.
1999-08-09 * section.c (SEC_SMALL_DATA): Rename from SEC_SHORT.Ian Lance Taylor3-2/+7
* bfd-in2.h: Rebuild.
1999-08-091999-08-08 Mark Elbrecht <snowball3@bigfoot.com>Ian Lance Taylor6-24/+171
* libcoff-in.h (struct coff_section_alignment_entry): Define. * coffcode.h (coff_set_custom_section_alignment): New static function. (coff_section_alignment_table): New static array. (coff_new_section_hook): Use coff_set_customer_section_alignment. * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Define. * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Define. * libcoff.h: Rebuild.
1999-08-081999-08-08 Mumit Khan <khan@xraylith.wisc.edu>Ian Lance Taylor2-2/+8
* configure.in (i[3456]-*-mingw32*): Don't put gprof in noconfigdirs. (*-*-cygwin*): Likewise.
1999-08-081999-08-08 Mumit Khan <khan@xraylith.wisc.edu>Ian Lance Taylor3-3/+10
* Makefile.am (noinst_SCRIPTS): Change .gdbinit to $(GDBINIT). (EXTRA_SCRIPTS): Define to keep automake happy.
1999-08-08 From Eli Zaretskii <eliz@gnu.org>:Ian Lance Taylor2-5/+14
* binutils.texi: Document cxxfilt as MS-DOS name for c++filt.
1999-08-08 * configure.in: Define and substitute DEMANGLER_NAME.Ian Lance Taylor5-92/+124
* Makefile.am (DEMANGLER_PROG): Set to cxxfilt. (man_MANS): Use DEMANGLER_NAME rather than DEMANGLER_PROG. (bin_PROGRAMS): Remove $(DEMANGLER_PROG). (noinst_PROGRAMS): Add $(DEMANGLER_PROG). (cxxfilt_SOURCES): Rename from c__filt_SOURCES. (cxxfilt_LDADD): Rename from c__filt_LDADD. ($(DEMANGLER_NAME).1): Rename from $(DEMANGLER_PROG).1. Use DEMANGLER_NAME rather than DEMANGLER_PROG in substitution. (MOSTLYCLEANFILES): Use DEMANGLER_NAME rather than DEMANGLER_PROG. (install-exec-local): When installing noinst_PROGRAMS, change cxxfilt to $(DEMANGLER_NAME). * configure, Makefile.in: Rebuild.
1999-08-08 * Makefile.am: Rename .dep* files to DEP*.Ian Lance Taylor3-484/+492
(MKDEP): Rename from DEP. Change all uses. Use $${srcdir} rather than $(srcdir). Rename TCDEP targets to DEPTC. Rename OBJDEP targets to DEPOBJ. * Makefile.in: Rebuild.
1999-08-08 * mkdep: New file.Ian Lance Taylor3-2/+93
* Makefile.in (GAS_SUPPORT_DIRS): Add mkdep. (BINUTILS_SUPPORT_DIRS): Add mkdep.
1999-08-08 * Makefile.am: Rename .dep* files to DEP*. Change DEP variable toIan Lance Taylor3-38/+44
MKDEP. Rebuild dependencies. * Makefile.in: Rebuild.
1999-08-08 * Makefile.am: Rename .dep* files to DEP*. Change DEP variable toIan Lance Taylor3-36/+42
MKDEP. * Makefile.in: Rebuild.
1999-08-08 * Makefile.am: Rename .dep* files to DEP*. Change DEP variable toIan Lance Taylor3-50/+56
MKDEP. Rebuild dependencies. * Makefile.in: Rebuild.
1999-08-08 * config/tc-sparc.c (sparc_ip): Allow assembly of %lo()+%reg.Richard Henderson2-1/+8
1999-08-08 * Makefile.am: Rename .dep* files to DEP*. Change DEP variable toIan Lance Taylor3-42/+48
MKDEP. * Makefile.in: Rebuild.
1999-08-08 * Makefile.am: Change all uses of itbl-test-ops to itbl-tops toIan Lance Taylor3-7/+11
avoid problems on DOS filesystems. * Makefile.in: Rebuild.
1999-08-08 * doc/as.texinfo (Section): Document 's' flag for COFF version.Ian Lance Taylor3-0/+13
1999-08-08 Mumit Khan <khan@xraylith.wisc.edu> * config/obj-coff.c (obj_coff_section): Handle 's' (shared) section flag.
1999-08-081999-08-08 Mumit Khan <khan@xraylith.wisc.edu>Ian Lance Taylor5-0/+31
* section.c (SEC_SHARED): Define. * coffcode.h (sec_to_styp_flags): Handle SEC_SHARED. (styp_to_sec_flags): Likewise. * peicode.h (coff_swap_scnhdr_out): Likewise. * bfd-in2.h: Rebuild. 1999-08-08 Ian Lance Taylor <ian@zembu.com> * coffcode.h (coff_classify_symbol): Comment out part of 1999-08-05 change which breaks cygwin DLLs.
1999-08-08comment additionsIan Lance Taylor2-1/+5
1999-08-08 * acinclude.m4 (BFD_BINARY_FOPEN): Change -windows to -windows*.Ian Lance Taylor4-3/+8
* aclocal.m4, configure: Rebuild.
1999-08-08 * configure.in: Define and substitute GDBINIT. Change AC_OUTPUTIan Lance Taylor5-171/+200
line to crate ${GDBINIT} rather than .gdbinit. * configure, Makefile.in, doc/Makefile.in: Rebuild.
1999-08-08 From Eli Zaretskii <eliz@is.elta.co.il>:Ian Lance Taylor2-2/+8
* configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly long file name when using DJGPP on MS-DOS.
1999-08-081999-08-08 Jakub Jelinek <jj@ultra.linux.cz>Ian Lance Taylor2-0/+15
* configure.host (sparc-*-linux-gnu*): New host. (sparc64-*-linux-gnu*): New host.
1999-08-06 * lexsup.c (is_num): Reindent.Ian Lance Taylor2-13/+24
(parse_args): Mention program name in error message.
1999-08-06 * section.c (global_syms): Only initialize union field ifIan Lance Taylor2-9/+22
__STDC__.
1999-08-06 * emultempl/ostring.sed: Rename from stringify.sed.Ian Lance Taylor22-131/+198
* emultempl/astring.sed: New file. * Makefile.am (stringify.sed): New target. (GEN_DEPENDS): Change $(srcdir)/emultempl/stringify.sed to stringify.sed. * configure.in: Define and substitute STRINGIFY. * emultempl/*.em: Use stringify.sed from build directory rather than source directory. * emultempl/elf32.em: Use stringify.sed rather than inline sed script. * emultempl/gld960.em, emultempl/gld960c.em: Likewise. * emultempl/hppaelf.em, emultempl/linux.em: Likewise. * emultempl/lnk960.em, emultempl/sunos.em: Likewise. * configure, Makefile.in: Rebuild.
1999-08-06 From Brad Lucier <lucier@math.purdue.edu>:Ian Lance Taylor2-2/+8
* corefile.c (core_create_line_syms): Add cast for printf.
1999-08-06 * config/tc-hppa.c (pa_ip, case '?'): Add missing break.Jeff Law2-0/+5
1999-08-06 * hppa.h (pa_opcodes): Add 64 bit versions of or, xor, and,Jeff Law2-0/+11
and andcm. Add 32 and 64 bit version of cmpclr, cmpiclr.
1999-08-06 * hppa-dis.c (compare_cond_64_names, cmpib_cond_64_names,Jeff Law2-6/+102
add_cond_64_names, wide_add_cond_names, logical_cond_64_names, unit_cond_64_names, shift_cond_64_names, bb_cond_64_names): New. (print_insn_hppa): Add 64 bit condition completers.
1999-08-06 * hppa.h: Document 64 bit condition completers.Jeff Law2-2/+21
1999-08-06 * config/tc-hppa.c (pa_ip): Add 64 bit condition completers.Jeff Law2-6/+106
1999-08-061999-08-06 Jakub Jelinek <jj@ultra.linux.cz>Ian Lance Taylor2-9/+18
* config/tc-sparc.h (tc_fix_adjustable): Fix check for PIC local non-adjustable symbols.
1999-08-06 * elf32-mips.c (mips_elf_got16_entry): Don't multiply GOT index byMark Mitchell2-9/+21
the size of a GOT entry here. (mips_elf_calculate_relocation): Don't create a local GOT entry for the symbol in a GOT16 relocation; just for it's high-order bit (_bfd_mips_elf_relocate_section): Fix thinko.
1999-08-05 * hppa-dis.c (print_insn_hppa): Change condition args to useJeff Law2-54/+77
'?' prefix.
1999-08-05 * hppa.h (pa_opcodes): Change condition args to use '?' prefix.Jeff Law2-93/+106
1999-08-05 * config/tc-hppa.c (pa_ip): Change condition args to have '?' prefix.Jeff Law2-399/+415
1999-08-05Fix year.Joern Rennecke1-1/+1
1999-08-05 * config/tc-sh.c (md_assemble): Call as_bad when there are excessJoern Rennecke2-2/+17
operands.
1999-08-05Revert last patch to xmalloc.c, and instead bring over this patch fromIan Lance Taylor5-125/+193
egcs: Thu Apr 15 23:00:55 1999 Mumit Khan <khan@xraylith.wisc.edu> * configure.in (checkfuncs): Check for sbrk. * config.in: Rebuilt. * configure: Likewise. * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.
1999-08-05 Based on patches from Donn Terry <donn@interix.com>:Ian Lance Taylor5-114/+258
* coffcode.h (enum coff_symbol_classification): Define. (bfd_coff_backend_data): Rename _bfd_coff_sym_is_global to _bfd_coff_classify_symbol. Change return type. (bfd_coff_classify_symbol): Rename from bfd_coff_sym_is_global. (coff_slurp_symbol_table): Use coff_classify_symbol. (coff_classify_symbol): New static function. (coff_sym_is_global): Never define. (bfd_coff_std_swap_table): Initialize with coff_classify_symbol. * cofflink.c (coff_link_check_ar_symbols): Use bfd_coff_classify_symbol rather than bfd_coff_sym_is_global. (coff_link_add_symbols): Likewise. (_bfd_coff_link_input_bfd): Likewise. * coff-sh.c (bfd_coff_small_swap_table): Initialize with coff_classify_symbol. * libcoff.h: Rebuild.
1999-08-05 * xmalloc.c: Control all uses of SBRK with a single define,Ian Lance Taylor2-12/+23
USE_SBRK. Don't define it if __INTERIX.
1999-08-051999-08-05 Donn Terry <donn@interix.com>Ian Lance Taylor7-4/+47
* emulparams/i386pe.sh: Define ENTRY, SUBSYSTEM, and INITIAL_SYMBOL_CHAQR. * emulparams/i386pe_posix.sh: New file. * Makefile.am (YACC): If bison is not in the source tree, use @YACC@ rather than bison -y. (LEX): If flex is not in the source tree, use @LEX@ rather than flex. (ALL_EMULATIONS): Add ei386pe_posix.o. (ei386pe_posix.c): New target. * configure.tgt (i[3456]86-*-interix*): New target. * configure.host (i[3456]86-pc-interix*): New host. * Makefile.in: Rebuild.
1999-08-051999-08-05 Donn Terry <donn@interix.com>Ian Lance Taylor4-166/+188
* config/te-interix.h: New file. * configure.in (i386-*-interix*): New target. * configure: Rebuild.
1999-08-051999-08-05 Donn Terry <donn@interix.com>Ian Lance Taylor5-77/+97
* Makefile.am (YACC): If bison is not in the source tree, use @YACC@ rather than bison -y. (LEX): If flex is not in the source tree, use @LEX@ rather than flex. * configure.in: Build dlltool for i[3-6]86-*-interix. * Makefile.in, configure: Rebuild.
1999-08-05 * libhppa.h (R_HPPA_LTPSEL, R_HPPA_RTPSEL): New field selectorsJeff Law2-2/+9
(e_ltpsel, e_rtpsel): Similarly.
1999-08-05 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle 21bit e_ltpselJeff Law2-0/+13
and 14bit ertpsel. Handle 64bit psel.
1999-08-05 * config/tc-hppa.c (pa_chk_field_selector): Allow 3 byteJeff Law2-2/+8
selectors for ELF too. (selector_table): Add "ltp" and "rtp" selectors.
1999-08-04 * elf32-mips.c (_bfd_mips_elf_relocate_section): Tweak HI16/LO16Mark Mitchell2-7/+21
handling for REL relocations. And only left-shift R_MIPS26 relocation addends where necessary.
1999-08-04Support for gcc to generate 16-bit i386 code. (.code16gcc)Alan Modra6-65/+139
1999-08-04 * elf32-mips.c (mips_elf_next_lo16_addend): Rename to ...Mark Mitchell2-17/+29
(mips_elf_next_lo16_relocation): Don't compute the addend here. Just return the relocation found. (mips_elf_relocate_section): Pull the LO16 addend out of the section itself when using REL relocations.