Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-12-22 | import gdb-1999-12-21 snapshot | Jason Molenda | 1 | -33/+63 | |
1999-12-22 | fix formatting | Nick Clifton | 1 | -6/+5 | |
1999-12-22 | Apply patch from Philip Blundell to allow .previous to work for arm-elf | Nick Clifton | 2 | -1/+15 | |
1999-12-17 | Move PE format object file detection code into common place. | Nick Clifton | 4 | -128/+96 | |
1999-12-17 | change default arm gas abi selection to 32 | Nick Clifton | 1 | -1/+1 | |
1999-12-17 | Fix compile time warnings | Nick Clifton | 2 | -11/+29 | |
1999-12-17 | catch bad arm relocs | Nick Clifton | 2 | -10/+36 | |
1999-12-16 | 1999-12-15 Doug Evans <dje@transmeta.com> | Ian Lance Taylor | 2 | -0/+12 | |
* dis-asm.h: Enclose in extern "C" ifdef __cplusplus. | |||||
1999-12-14 | Fix detection of common symbols | Nick Clifton | 2 | -5/+54 | |
1999-12-14 | Add support for -marm720 command line switch | Nick Clifton | 2 | -0/+6 | |
1999-12-14 | Add support for sparc-*-netbsdelf* and sparc-*-netbsdaout*. | Andrew Cagney | 2 | -1/+15 | |
1999-12-14 | fix detection of common symbols. | Nick Clifton | 2 | -1/+8 | |
1999-12-14 | import gdb-1999-12-13 snapshot | Jason Molenda | 63 | -377/+1153 | |
1999-12-10 | Fix elf linker's handling of commons in archive maps | Nick Clifton | 2 | -1/+120 | |
1999-12-10 | Revert previous patch. | Nick Clifton | 19 | -76/+35 | |
1999-12-10 | Fix support for native 64bit ELF systems | Nick Clifton | 2 | -0/+16 | |
1999-12-10 | Change AR for ELF so that common symbols are not included in archive map. | Nick Clifton | 19 | -15/+111 | |
Change LD for ELF so that archive elements whoes archive map contains a reference to a common symbol will get linkled in. Add new field to bfd_target structure and initialise it for all bfd targets. | |||||
1999-12-09 | Fix include paths | Nick Clifton | 4 | -3/+10 | |
1999-12-09 | Pass -mpacs-26 by default to arm assembler. | Nick Clifton | 2 | -7/+27 | |
Add arm-epoc target support. Do no mangle null page entries. | |||||
1999-12-08 | import gdb-1999-12-07 snapshot | Jason Molenda | 17 | -541/+714 | |
1999-12-07 | *** empty log message *** | Jim Blandy | 2 | -0/+12 | |
1999-12-07 | * common.h (NT_PRXFPREG): New definition. | Jim Blandy | 1 | -0/+2 | |
1999-12-07 | Add support for SSE registers in ELF core files. | Jim Blandy | 1 | -12/+49 | |
* elf.c (elfcore_make_note_pseudosection): New function. (elfcore_grok_prfpreg): Use it. (elfcore_grok_prxfpreg): New function. (elfcore_grok_note): Recognize Linux NT_PRXFPREG notes. | |||||
1999-12-07 | fix typo in previous delta | Nick Clifton | 1 | -12/+13 | |
1999-12-07 | minor formatting changes | Nick Clifton | 1 | -25/+26 | |
1999-12-07 | Fix compile time warnings & asupport more than 999 symbols | Nick Clifton | 2 | -26/+33 | |
1999-12-07 | Fix displaying 64bit ELF files. | Nick Clifton | 2 | -86/+288 | |
1999-12-07 | import gdb-1999-12-06 snapshot | Jason Molenda | 115 | -1068/+19930 | |
1999-12-07 | import gdb-1999-12-06 snapshot | Jason Molenda | 1 | -143/+304 | |
1999-12-03 | * elf32-mips.c (mips_elf_calculate_relocation): Divide R_MIPS_PC16 | Ian Lance Taylor | 2 | -0/+7 | |
value by 4 before storing it back in the field. From Koundinya. K <kk@ddeorg.soft.net>. | |||||
1999-12-02 | Add arm-epoc-pe specific linker script | Nick Clifton | 5 | -3/+164 | |
1999-12-01 | Tue Nov 30 23:02:01 1999 Jeffrey A Law (law@cygnus.com) | Jeff Law | 10 | -0/+1230 | |
* gas/mn10300/{am33.s, am33_2.s, am33_3.s}: New test files. * gas/mn10300/{am33_4.s, am33_5.s, am33_6.s}: Likewise. * gas/mn10300/{am33_7.s, am33_8.s}: Likewise. * gas/mn10300/basic.exp: Run the am33 tests. | |||||
1999-12-01 | * config/tc-mn10300.c (md_pseudo_table): Add ".am33" pseudo-op. | Jeff Law | 2 | -0/+356 | |
(r_registers, xr_registers): Define. (r_register_name, xr_register_name): New functions. (md_assemble): Handle new am33 operand types and instruction formats. (mn10300_insert_operand, check_operand): Likewise. | |||||
1999-12-01 | * m10300-opc.c, m10300-dis.c: Add am33 support. | Jeff Law | 3 | -2/+884 | |
1999-12-01 | * archures.c (bfd_mach_am33): Define. | Jeff Law | 5 | -3/+189 | |
* bfd-in2.h: Rebuilt. * cpu-m10300.c (bfd_am33_arch): Add to the mn103 architecture list * elf-m10300.c (mn10300_elf_relax_section): Handle am33 instructions. (compute_function_info): Handle additional registers saved by movm on the am33. (elf_mn10300_mach): Handle E_MN10300_MACH_AM33. (_bfd_mn10300_elf_final_write_processing): Handle bfd_mach_am33. | |||||
1999-12-01 | * mn10300.h (E_MN10300_MACH_AM33): Define. | Jeff Law | 2 | -0/+5 | |
1999-12-01 | * mn10300.h: Add new operand types. Add new instruction formats. | Jeff Law | 2 | -0/+27 | |
1999-11-29 | * elf.c (bfd_get_elf_phdrs, bfd_get_elf_phdr_upper_bound): New | Jim Blandy | 3 | -0/+71 | |
functions. * bfd-in2.h (bfd_get_elf_phdrs, bfd_get_elf_phdr_upper_bound): New declarations. | |||||
1999-11-29 | Fix .force_thumb | Nick Clifton | 2 | -5/+13 | |
1999-11-29 | Add support for !literal and !lituse_base | Michael Meissner | 3 | -105/+1079 | |
1999-11-28 | Add new relocations for alpha explicit relocation support | Michael Meissner | 5 | -0/+65 | |
1999-11-26 | * configure.in: Put AC_MSG_CHECKING/AC_MSG_RESULT around check for | Andreas Schwab | 3 | -9/+21 | |
STRINGIFY. Use yes/no instead of true/false as value for cache variable. * configure: Regenerate. | |||||
1999-11-26 | Add support for target specific processing of ELF segments | Nick Clifton | 4 | -17/+82 | |
1999-11-25 | Add SEC_CODE and SEC_READONLY flags to glue sections. | Nick Clifton | 2 | -2/+5 | |
1999-11-25 | Add SEC_CODE and SEC_READONLY flags to glue sections. | Nick Clifton | 2 | -2/+8 | |
1999-11-25 | Applied Fred Fish's patch to fix decoding of core notes. | Nick Clifton | 2 | -34/+61 | |
1999-11-25 | * hppa-dis.c (unit_cond_names): Add PA2.0 unit condition names. | Jeff Law | 2 | -2/+8 | |
(print_insn_hppa): Handle 'B' operand. | |||||
1999-11-25 | * hppa.h (pa_opcodes): Correctly handle immediate for PA2.0 "bb" | Jeff Law | 2 | -2/+10 | |
instruction. | |||||
1999-11-25 | * config/tc-hppa.c (pa_ip): Handle PA2.0 unit completers. Handle | Jeff Law | 2 | -0/+43 | |
'B' operand for PA2.0 bb instruction. | |||||
1999-11-24 | Fix bug in previous delta | Nick Clifton | 2 | -1/+6 | |