Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-06-07 | Jakub Jelinek <jj@ultra.linux.cz> | Richard Henderson | 2 | -5/+11 | |
* sparc-opc.c: Fix up set, setsw, setuw operand kinds. Support signx %reg, clruw %reg. | |||||
1999-06-07 | Jakub Jelinek <jj@ultra.linux.cz> | Richard Henderson | 2 | -75/+263 | |
* config/tc-sparc.c (md_begin): Handle native wordsize aliases. (s_ncons): New function. (native_op_table): New table. (sparc_ip): Be more strict on %hi() etc.; prepare assembler for R_SPARC_OLO10 handling. | |||||
1999-06-07 | Jakub Jelinek <jj@ultra.linux.cz> | Richard Henderson | 2 | -2/+115 | |
* sparc-opc.c: Add aliases Solaris as supports. | |||||
1999-06-07 | Define ELF_MAXPAGESIZE | Nick Clifton | 2 | -0/+5 | |
1999-06-07 | * expr.h (struct expressionS): Revert last change; widen X_op. | Richard Henderson | 3 | -4/+23 | |
* config/tc-alpha.c (md_begin): Check the field is wide enough. | |||||
1999-06-07 | * windres.c (usage): Fix typo. | Andreas Schwab | 2 | -1/+5 | |
1999-06-07 | * Makefile.am (CFILES): Add arc-{dis,opc}.c and v850-{dis,opc}.c. | Andreas Schwab | 3 | -0/+13 | |
* Makefile.in: Regenerated. | |||||
1999-06-07 | * Makefile.am (TARGET_CPU_CFILES): Add config/tc-fr30.c. | Andreas Schwab | 3 | -0/+11 | |
(TARGET_CPU_HFILES): Add config/tc-fr30.h. (TARG_ENV_HFILES): Add config/te-epoc-pe.h. * Makefile.in: Regenerated. | |||||
1999-06-07 | * Makefile.am (SOURCE_HFILES): Add missing headers. | Andreas Schwab | 3 | -8/+13 | |
* Makefile.in: Regenerated. | |||||
1999-06-07 | * config/obj-elf.c (obj_elf_common): In MRI mode if called as | Andreas Schwab | 2 | -3/+15 | |
`common' pass on to s_mri_common. (elf_pseudo_table): Pass 1 to obj_elf_common for `common'. | |||||
1999-06-06 | * elf32-mips.c (_bfd_mips_elf_print_private_data): Recognize | Mark Mitchell | 2 | -0/+7 | |
the N32 ABI. | |||||
1999-06-06 | * config/obj-elf.c (obj_elf_section): Don't free the return | Richard Henderson | 2 | -2/+5 | |
value of demand_copy_C_string. | |||||
1999-06-05 | * dwarf2dbg.c (dwarf2_gen_line_info): Mirror the section symbol | Richard Henderson | 7 | -250/+338 | |
creation logic from obj_elf_create_section. * config/obj-elf.c (elf_pseudo_tab): Add pushsection/popsection. (section_stack): New. (special_sections): Make const. (obj_elf_section): Gut and rewrite parsing. (obj_elf_change_section): New function broken out of obj_elf_section. (obj_elf_parse_section_letters): Likewise. (obj_elf_section_word): Likewise. (obj_elf_section_type): Likewise. (obj_elf_previous): Treat as a toggle. (obj_elf_popsection): New. * config/tc-ppc.c (ppc_section_word): Take str+len not ptr_str. (ppc_section_type): Likewise. * config/tc-ppc.h: Likewise. * expr.h (struct expressionS): Don't make X_op a bitfield. * config/tc-alpha.c: Update for symbol handling changes. (md_apply_fix) [case GPREL]: Use now_seg instead of absolute_section. (load_expression, emit_ir_load, emit_loadstore, emit_jsrjmp): Likewise. | |||||
1999-06-05 | * gas/elf/elf.exp: New directory. | Richard Henderson | 6 | -0/+96 | |
* gas/elf/section0.[sd]: New test. * gas/elf/section1.[sd]: New test. | |||||
1999-06-05 | * dwarf2dbg.c (*): Convert to K&R + prototypes. | Richard Henderson | 7 | -28/+92 | |
(dwarf2_gen_line_info): Kill unused variables. (dwarf2_finish): Likewise. (dwarf2_where): Likewise. (dwarf2_directive_file): If we've only got a string, hand off to s_app_file. * ecoff.c: Move the include of ecoff.h. * symbols.h (S_IS_FUNCTION): Prototype. * read.c (LEX_HASH): Supply a default. (lex_type): Use it. (s_globl): Update `c' after skipping whitespace. * read.h (LEX_END_NAME, is_name_ender): New. * expr.c (get_symbol_end): Respect it. | |||||
1999-06-04 | 1999-06-04 Mark Klein <mklein@dis.com> | Ian Lance Taylor | 2 | -15/+21 | |
* config/tc-hppa.c (md_begin): Convert local symbol dummy_symbol to real if OBJ_SOM (tc_gen_reloc): Still need bfd_abs_symbol in some relocs. | |||||
1999-06-04 | 1999-06-04 H.J. Lu <hjl@gnu.org> | Ian Lance Taylor | 2 | -0/+9 | |
* lib/ld-lib.exp (default_ld_nm): Clear nm_output first if necessary. | |||||
1999-06-04 | Franz Sirl <Franz.Sirl-kernel@lauterbach.com> | Richard Henderson | 4 | -35/+47 | |
* elf32-ppc.c (ppc_elf_relocate_section): Don't barf on out of range undefweak symbols. * hash.c: Add missing comma after @xref{} * linker.c: Likewise. | |||||
1999-06-04 | Define ELF_MAXPAGESIZE for all ELF based ports. | Nick Clifton | 6 | -5/+18 | |
Produce an error message of ELF_MAXPAGESIZE is not defined. | |||||
1999-06-04 | * Makefile.am: Rebuild dependencies. | Ian Lance Taylor | 3 | -0/+17 | |
(BFD32_BACKENDS): Add dwarf1.lo. (BFD32_BACKENDS_CFILES): Add dwarf1.c. * Makefile.in: Rebuild. | |||||
1999-06-04 | Use 64bit wide values in internal fields. | Nick Clifton | 2 | -39/+55 | |
Check symbol index against number of symbols when displaying relocations | |||||
1999-06-04 | 1999-06-04 Mark Klein <mklein@dis.com> | Ian Lance Taylor | 2 | -9/+21 | |
* config/tc-hppa.c: Update for symbol handling changes. | |||||
1999-06-04 | Add support for 64 bit ELF files. | Nick Clifton | 2 | -231/+586 | |
1999-06-04 | oops - omitted from previous delta | Nick Clifton | 1 | -0/+13 | |
1999-06-04 | Rename epoc-pe interworking function names to avoid a name space clash | Nick Clifton | 2 | -0/+14 | |
1999-06-04 | Rename epoc-pe interworking function names to avoid a name space clash. | Nick Clifton | 6 | -2/+39 | |
Add epoc-pe to built targets. | |||||
1999-06-04 | Add mcore target | Nick Clifton | 2 | -2/+6 | |
1999-06-04 | Make LDRH/LDRB consistent with LDR when target is PC-relative | Nick Clifton | 2 | -0/+9 | |
1999-06-04 | Update to match current gas,bfd and opcodes. | Nick Clifton | 3 | -12/+18 | |
1999-06-04 | (ELF_MAXPAGESIZE): Default to 0x1000 not 1 | Nick Clifton | 3 | -15/+25 | |
1999-06-04 | * elf.c (elf_fake_sections): Undo change of 1999-05-10. | Andreas Schwab | 2 | -2/+6 | |
1999-06-03 | * elf32-sh.c (sh_elf_relax_delete_bytes): Fix setting of | Joern Rennecke | 2 | -6/+11 | |
start / stop for recalculating of r_addend of R_SH_SWITCH*. | |||||
1999-06-03 | * elf32-sh.c (sh_elf_relax_delete_bytes): Handle R_SH_SWITCH32 | Joern Rennecke | 2 | -0/+55 | |
in other text sections. | |||||
1999-06-03 | * libbfd.c (_bfd_generic_verify_endian_match): New function. | Joern Rennecke | 6 | -26/+42 | |
* libbfd-in.h (_bfd_generic_verify_endian_match): Declare. * libbfd.h: Regenerate. * coff-sh.c (sh_merge_private_data): Delete. (coff_bfd_merge_private_bfd_data): Change to _bfd_generic_verify_endian_match. (elf32-sh.c): bfd_elf32_bfd_merge_private_bfd_data: Define. | |||||
1999-06-03 | Use macros to hold names of temporary files. | Nick Clifton | 2 | -10/+40 | |
1999-06-03 | * cgen.c: Update for symbol handling changes. | Ian Lance Taylor | 2 | -2/+4 | |
1999-06-03 | Update. | Ulrich Drepper | 1 | -40/+44 | |
1999-06-03 | * config/tc-m32r.c: Update for symbol handling changes. | Ian Lance Taylor | 2 | -5/+7 | |
1999-06-03 | Fix typo: change ELF_MAXPAGE_SIZE to ELF_MAXPAGESIZE. | Ulrich Drepper | 1 | -108/+108 | |
1999-06-03 | * config/tc-hppa.h: Update for symbol handling changes. | Ian Lance Taylor | 3 | -38/+46 | |
* config/tc-hppa.c: Likewise. | |||||
1999-06-03 | * config/tc-arm.h: Update for symbol handling changes. | Ian Lance Taylor | 3 | -31/+21 | |
* config/tc-arm.c: Likewise. (symbol_make_empty): Remove. Just use symbol_create. | |||||
1999-06-03 | * symbols.c (symbol_set_tc): Correct name. | Ian Lance Taylor | 1 | -1/+1 | |
1999-06-03 | * bfd-in.h (bfd_elf32_arm_allocate_interworking_sections): Correct | Ian Lance Taylor | 3 | -4/+11 | |
prototype. (bfd_elf32_arm_process_before_allocation): Likewise. * bfd-in2.h: Rebuild. | |||||
1999-06-03 | * Makefile.am: Rebuild dependencies. | Ian Lance Taylor | 4 | -448/+1279 | |
($(OBJS)): Don't depend upon struc-symbol.h. (.dep1, .tcdep, .objdep): Create itbl-parse.h. * dep-in.sed: Don't remove struc-symbol.h. * Makefile.in: Rebuild. | |||||
1999-06-03 | * doc/internals.texi (Symbols): Describe changes in symbol | Ian Lance Taylor | 2 | -11/+143 | |
handling. | |||||
1999-06-03 | * common.h (EM_PPC64): Define. | Ian Lance Taylor | 2 | -1/+6 | |
1999-06-03 | Update. | Richard Henderson | 8 | -822/+1684 | |
1999-06-03 | * internal.h (BEOS_EXE_IMAGE_BASE, BEOS_DLL_IMAGE_BASE): New. | Richard Henderson | 2 | -1/+9 | |
1999-06-03 | Update. | Richard Henderson | 5 | -2168/+4655 | |
1999-06-03 | * dwarf2dbg.c (dwarf2_gen_line_info): Use section_symbol | Richard Henderson | 2 | -8/+9 | |
instead of doing the work by hand. |