summaryrefslogtreecommitdiffstats
path: root/include/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* merge from gccDJ Delorie2001-08-221-0/+5
|
* merge from gccDJ Delorie2001-08-211-0/+4
|
* * floatformat.h (floatformat_arm_ext): Document as deprecated.Andrew Cagney2001-08-211-0/+8
| | | | | | | (floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword) (floatformat_ia64_spill_little, floatformat_ia64_quad_little) (floatformat_ia64_spill_big, floatformat_ia64_quad_big) (floatformat_m88110_harris_ext): Declare.
* merge from gccDJ Delorie2001-08-181-0/+7
|
* merge from gccDJ Delorie2001-08-171-0/+4
|
* (lbasename): Change function declaration to return a const char pointer.Andrew Cagney2001-08-101-0/+5
|
* * opcode/mips.h (INSN_GP32): Remove.Richard Sandiford2001-08-101-0/+6
| | | | | (OPCODE_IS_MEMBER): Remove gp32 parameter. (M_MOVE): New macro identifier.
* merge from gccDJ Delorie2001-08-021-0/+6
|
* * bfdlink.h (struct bfd_link_info): add new booleanCharles Wilson2001-08-021-0/+5
| | | | field pei386_auto_import.
* 2001-08-01 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez2001-08-011-0/+4
| | | | * include/opcode/mips.h (INSN_ISA_MASK): Nuke bits 12-15.
* merge from gccDJ Delorie2001-07-191-0/+4
|
* 2001-07-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-07-121-0/+5
| | | | | * opcode/cgen.h (CGEN_INSN): Add regex support. (build_insn_regex): Declare.
* merge from gccDJ Delorie2001-07-111-0/+5
|
* * bfdlink.h (struct bfd_link_info): New member export_dynamic.Hans-Peter Nilsson2001-06-151-0/+4
|
* Fix some entries.Alan Modra2001-05-281-3/+3
|
* merge from gccDJ Delorie2001-05-161-0/+4
|
* merge from gccDJ Delorie2001-05-111-0/+4
|
* * elfxx-ia64.c (is_unwind_section_name): Consider linkonce unwindJakub Jelinek2001-05-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | | sections as well. (elfNN_ia64_final_write_processing): Map .gnu.linkonce.ia64unw.FOO to .gnu.linkonce.t.FOO text section. * readelf.c (process_unwind): Print all unwind sections, not just one. * config/tc-ia64.c (special_linkonce_name): New. (make_unw_section): Map .gnu.linkonce.t.FOO text section into .gnu.linkonce.ia64unw{,i}.FOO. (ia64_elf_section_type): Handle .gnu.linkonce.ia64unw{,i}.FOO. (dot_endp): Add comment about it. * elf/ia64.h (ELF_STRING_ia64_unwind_once): Define. (ELF_STRING_ia64_unwind_info_once): Define. * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind* output sections. * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
* merge from gccDJ Delorie2001-05-081-0/+6
|
* merge from gccDJ Delorie2001-05-071-0/+5
|
* Add openRISC support in opcodesNick Clifton2001-04-271-0/+4
|
* 2001-04-15 Daniel Berlin <dan@cgsoftware.com>Daniel Berlin2001-04-161-0/+4
| | | | | | | | * ternary.c: New file - Ternary search tree implementation. 2001-04-15 Daniel Berlin <dan@cgsoftware.com> * ternary.h: New file - Ternary search tree header.
* bfd/Jakub Jelinek2001-04-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * libbfd-in.h (_bfd_merge_section): New. (_bfd_write_merged_section): New. (_bfd_merged_section_offset): New. * libbfd.h: Rebuilt. * linker.c (_bfd_generic_link_output_symbols): Handle discard_sec_merge. * aoutx.h (aout_link_write_symbols): Likewise. * pdp11.c (aout_link_write_symbols): Likewise. * elflink.h (elf_link_add_object_symbols): Call _bfd_merge_section. (elf_bfd_final_link): Adjust global symbols pointing into SEC_MERGE sections. (elf_link_sec_merge_syms): New. (elf_link_input_bfd): Call _bfd_merged_section_offset and _bfd_write_merged_section. Handle discard_sec_merge. * elf-bfd.h (struct elf_link_hash_table): Add merge_info field. (struct bfd_elf_section_data): Likewise. * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_MERGE and SEC_STRINGS section flags and entsize from their ELF counterparts. (_bfd_elf_link_hash_table_init): Initialize merge_info. (elf_fake_sections): Set SHF_MERGE, SHF_STRINGS and sh_entsize from their BFD counterparts. * merge.c: New file. * Makefile.am: Add strtab.lo. * Makefile.in: Rebuilt. include/ * bfdlink.h (bfd_link_discard): Add discard_sec_merge. gas/ * config/obj-elf.c (obj_elf_change_section): Add entsize argument, handle SHF_MERGE and SHF_STRINGS. (obj_elf_parse_section_letters): Set SHF_MERGE and SHF_STRINGS. (obj_elf_section): Allow additional argument specifying entity size. * write.c (adjust_reloc_syms): Keep relocations against local symbols in SEC_MERGE sections. ld/ * ldmain.c (main): Default to discard_sec_merge. * lexsup.c (OPTION_DISCARD_NONE): Define. (ld_options): Add --discard-none. (parse_args): Handle OPTION_DISCARD_NONE. * ldlang.c (wild_doit): SEC_MERGE should be set in the output section only if SEC_MERGE and SEC_STRINGS flags and entsize of all its input sections match.
* merge from gccDJ Delorie2001-04-041-0/+4
|
* merge from gccDJ Delorie2001-03-311-0/+4
|
* * libiberty/cp-demangle.c (struct demangling_def): New fields:Jim Blandy2001-03-201-0/+6
| | | | | | | | | | | | | is_constructor and is_destructor. (demangling_new): Initialize them. (demangle_ctor_dtor_name): Set them, if we detect a constructor or destructor. (demangle_v3_with_details, is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor): New functions. * include/demangle.h (enum gnu_v3_constructor_kinds, is_gnu_v3_mangled_ctor, enum gnu_v3_destructor_kinds, is_gnu_v3_mangled_dtor): New declarations.
* merge from gccDJ Delorie2001-03-141-0/+12
|
* Fix minor formatting bugs.DJ Delorie2001-03-141-10/+10
|
* Fix typos in ChangeLogs; add coff/external.h; fix copyright datesNick Clifton2001-03-141-87/+2
|
* merge from gccDJ Delorie2001-03-101-0/+5
|
* merge from gccDJ Delorie2001-03-061-0/+5
|
* merge from gccDJ Delorie2001-03-021-0/+5
|
* Add PDP-11 supportNick Clifton2001-02-181-0/+4
|
* Add s390 supportNick Clifton2001-02-101-0/+4
|
* Updated ARC assembler from arccores.comNick Clifton2001-01-111-0/+4
|
* Update address for bug reports.Phil Blundell2001-01-091-0/+4
|
* * COPYING: Update to currentDJ Delorie2000-12-191-0/+6
| | | | | ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references to 19yy as example year in copyright notice).
* * dis-asm.h (struct disassemble_info): New member "section".Hans-Peter Nilsson2000-12-181-0/+6
| | | | | (INIT_DISASSEMBLE_INFO_NO_ARCH): Initialize private_data member. Initialize section member.
* fix formattingDJ Delorie2000-12-171-4/+4
|
* * safe-ctype.h: Make code work on all targets and not just onDJ Delorie2000-12-171-0/+5
| | | | targets where a char is 8 bits.
* Add link option to allow undefiedn symbols in shared librariesNick Clifton2000-12-121-0/+7
|
* * safe-ctype.h: New file.Christopher Faylor2000-12-081-0/+4
|
* * getopt.h obstack.h: Standarize copyright statement.DJ Delorie2000-12-071-0/+4
|
* * demangle.h: Change "new_abi" to "v3" everywhere.DJ Delorie2000-12-051-0/+4
|
* * libiberty.h: Move #includes to top. Prototype xmalloc_failed.DJ Delorie2000-11-291-0/+4
|
* Correct date and style of last entryHans-Peter Nilsson2000-11-151-1/+1
|
* * demangle.h: Add gnat and java demangle styles.Hans-Peter Nilsson2000-11-151-0/+4
|
* * hashtab.h (struct htab): Add member return_allocation_failure.Hans-Peter Nilsson2000-11-041-0/+6
| | | | | (htab_try_create): New prototype. Mention which functions may return NULL when this is used.
* * hashtab.h: Change void * to PTR where necessary.Hans-Peter Nilsson2000-11-031-0/+4
|
* merge from gcc repositoryDJ Delorie2000-10-121-0/+4
|