Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-05-11 | * ld-srec/srec.exp: Do not run tests for PE based ports. | DJ Delorie | 2 | -0/+10 | |
1999-05-11 | import gdb-1999-05-10 | Stan Shebs | 3 | -0/+1932 | |
1999-05-11 | * elf32-v850.c (v850_elf_howto_table): Make partial_inplace false | Jeff Law | 2 | -6/+11 | |
for all relocations. | |||||
1999-05-11 | import gdb-1999-05-10 | Stan Shebs | 61 | -3886/+6430 | |
1999-05-11 | *** empty log message *** | Jim Blandy | 1 | -0/+6 | |
1999-05-11 | * cplus-dem.c (main): Use table lookup to distinguish identifier | Jim Blandy | 1 | -5/+80 | |
characters from non-identifier characters. (standard_symbol_alphabet, hp_symbol_alphabet): New functions. | |||||
1999-05-10 | 1999-05-10 Catherine Moore <clm@cygnus.com> | Catherine Moore | 2 | -2/+8 | |
* emulttempl/pe.em (gld_${EMULATION_NAME}_after_open): Check for TARGET_IS_arm_epoc_pe. (gld_${EMULATION_NAME}_before_allocation): Likewise. | |||||
1999-05-10 | * bfd-in.h (bfd_arm_allocate_interworking_sections): Static | Catherine Moore | 6 | -7/+43 | |
if COFF_IMAGE_WITH_PE. (bfd_arm_process_before_allocation): Likewise. (bfd_arm_get_bfd_for_interworking): Likewise. * coff-arm.c: Likewise. * bfd-in2.h: Regenerate. * configure.in (armpe_little_vec): Remove coff-arm.lo. (armpe_big_vec): Likewise. * configure: Rebuild. | |||||
1999-05-10 | Check for period after .rel{a} when detecting reloc sections. | Nick Clifton | 2 | -2/+7 | |
1999-05-08 | * ldlang.c (walk_wild, walk_wild_file, walk_wild_section, | Richard Henderson | 2 | -277/+210 | |
output_section_callback, gc_section_callback): New functions for generic section walks. (wild, lang_gc_wild): Use walk_wild. (wild_file, lang_gc_wild_file): Deleted. Common logic moved to walk_wild_file. (wild_section, lang_gc_wild_section): Deleted. Common logic moved to walk_fild_section. Unique logic moved into callbacks output_section_callback and gc_section_callback. | |||||
1999-05-08 | * config/tc-ppc.c (md_parse_option): Recognize -mppc64bridge. | Richard Henderson | 2 | -3/+15 | |
(md_begin): Allow ppc32 insns in ppc64bridge mode. (ppc_insert_operand): Accept SIGNOPT in ppc64 mode. | |||||
1999-05-08 | * ppc.h (PPC_OPCODE_64_BRIDGE): New. | Richard Henderson | 2 | -0/+7 | |
1999-05-07 | Use .short to display unidentified instructions | Nick Clifton | 2 | -1/+6 | |
1999-05-07 | restore mcore files (Duh!) | Nick Clifton | 2 | -0/+489 | |
1999-05-07 | Replace assert (about endianism) with an error message | Nick Clifton | 2 | -2/+18 | |
1999-05-07 | REstore mcore support (duh!) | Nick Clifton | 5 | -6/+19 | |
1999-05-07 | fix output format. | Nick Clifton | 1 | -4/+3 | |
1999-05-07 | restore. (Duh!) | Nick Clifton | 2 | -0/+41 | |
1999-05-06 | * config/tc-i386.c (i386_immediate): Skip whitespace before | Richard Henderson | 2 | -0/+8 | |
complaining about junk after expression. (i386_displacement): Likewise. | |||||
1999-05-06 | * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list. | Richard Henderson | 4 | -4/+11 | |
* getruntime.c: Only attempt to include sys/resource.h and use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H are defined. | |||||
1999-05-06 | * symbols.c (symbol_find_base): Use memcpy instead of strcpy. | Richard Henderson | 2 | -10/+22 | |
Don't copy before downcaseing. | |||||
1999-05-06 | Fred Fish <fnf@be.com> | Richard Henderson | 2 | -2/+8 | |
* dwarf2.c (read_abbrevs): Change cast of dwarf_abbrev_buffer assignment from "unsigned char *" to "char *". (decode_line_info): Likewise for dwarf_line_buffer assignment. | |||||
1999-05-06 | * rename.c (smart_rename): Fix test of whether file exists. | Ian Lance Taylor | 2 | -4/+8 | |
1999-05-06 | Set display_endian based on target endianism. | Nick Clifton | 2 | -2/+7 | |
1999-05-06 | Remove traces of mcore. | Nick Clifton | 6 | -69/+0 | |
1999-05-06 | remove mentions of mcore. | Nick Clifton | 1 | -21/+0 | |
1999-05-06 | Currently CYGNUS local | Nick Clifton | 2 | -452/+0 | |
1999-05-05 | import gdb-19990504 snapshot | Stan Shebs | 6 | -0/+1683 | |
1999-05-05 | * dlltool.c (interwork): Remove. | Catherine Moore | 2 | -38/+53 | |
(arm_interwork_jtab): Use bx insn. (thumb_jtab): Likewise. (MARM_INTERWORK): New machine type. (rvaafter): Handle it. (rvabefore) Likewise. (asm_prefix): Likewise. (gen_exp_type): Check machine type instead of interwork flag. (make_one_lib_file): Likewise. (make_head): Likewise. (make_tail): Likewise. (usage): Update machine types. (main): Remove -interwork support. | |||||
1999-05-05 | * coff-arm.c (coff_arm_relocate_section): Add one to | Catherine Moore | 2 | -2/+7 | |
address of ARM_RVA32 thumb functions. | |||||
1999-05-05 | import gdb-19990504 snapshot | Stan Shebs | 82 | -623/+1058 | |
1999-05-05 | Remove extra copy of elf32_m68k_copy_private_bfd_data. | Catherine Moore | 1 | -21/+0 | |
1999-05-05 | * readelf.c (get_machine_flags): Check for EF_CPU32. | Catherine Moore | 2 | -2/+12 | |
(get_data_encoding): Fix typo. | |||||
1999-05-05 | * tc-m68k.c: Include elf/m68k.h. | Catherine Moore | 3 | -1/+21 | |
(m68k_elf_final_processing): New routine. * tc-m68k.h (elf_tc_final_processing m68k_elf_final_processing): Define. | |||||
1999-05-05 | * m68k.h (EF_CPU32): Define. | Catherine Moore | 2 | -0/+6 | |
1999-05-05 | * elf32-m68k.c (elf32_m68k_set_private_flags): New. | Catherine Moore | 2 | -25/+236 | |
(elf32_m68k_copy_private_bfd_data): New. (elf32_m68k_merge_private_bfd_data): New. (elf32_m68k_print_private_bfd_data): New. (CPU32_FLAG): Define. (PLT_CPU32_ENTRY_SIZE): Define. (elf_cpu32_plt0_entry): Declare. (elf_cpu32_plt_entry): Declare. (elf_m68k_adjust_dynamic_symbol): Generate cpu32 plt entries. (elf_m68k_finish_dynamic_symbol): Likewise. (elf_m68k_finish_dynamic_sections): Likewise. (elf_backend_plt_header_size): Remove definition. (bfd_elf32_bfd_copy_private_bfd_data): Define. (bfd_elf32_bfd_merge_private_bfd_data): Define. (bfd_elf32_bfd_set_private_flags): Define. (bfd_elf32_bfd_print_private_bfd_data): Define. | |||||
1999-05-04 | Remove pregenerated info file | Stan Shebs | 1 | -219/+0 | |
1999-05-03 | * config/tc-hppa.c (md_apply_fix): Handle 22 bit fmt insn like a | Jeff Law | 2 | -4/+9 | |
17 bit fmt insn. | |||||
1999-05-03 | M | Jeff Law | 1 | -3/+2 | |
* som.c (som_fixup_formats): Fix comments for R_SHORT_PCREL_MODE and R_LONG_PCREL_MODE. | |||||
1999-05-03 | ΓΏ | Jeff Law | 1 | -0/+5 | |
* som.c (som_fixup_formats): Fix comments for R_SHORT_PCREL_MODE and R_LONG_PCREL_MODE. | |||||
1999-05-03 | This commit was generated by cvs2svn to track changes on a CVS vendor | Richard Henderson | 2316 | -0/+881473 | |
branch. | |||||
1999-05-03 | 19990502 sourceware importbinu_ss_19990502 | Richard Henderson | 2316 | -0/+881473 | |
1999-04-27 | import gdb-19990422 snapshot | Stan Shebs | 7 | -0/+6203 | |
1999-04-27 | This commit was generated by cvs2svn to track changes on a CVS vendor | Stan Shebs | 1 | -0/+1122 | |
branch. | |||||
1999-04-27 | import gdb-19990422 snapshot | Stan Shebs | 1 | -0/+1122 | |
1999-04-27 | import gdb-19990422 snapshot | Stan Shebs | 8 | -0/+1806 | |
1999-04-26 | import gdb-19990422 snapshot | Stan Shebs | 354 | -11074/+13327 | |
1999-04-26 | import gdb-19990422 snapshot | Stan Shebs | 4 | -16/+57 | |
1999-04-26 | This commit was generated by cvs2svn to track changes on a CVS vendor | Stan Shebs | 4 | -16/+57 | |
branch. | |||||
1999-04-26 | import gdb-19990422 snapshot | Stan Shebs | 1 | -89/+117 | |