Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-02-02 | import gdb-2000-02-01 snapshot | Jason Molenda | 89 | -656/+1329 | |
2000-02-01 | import gdb-2000-01-31 snapshot | Jason Molenda | 35 | -1201/+1622 | |
2000-01-31 | Add ATPCS register naming support | Nick Clifton | 5 | -33/+54 | |
2000-01-31 | * config/obj-coff.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Don't define if | Geoffrey Keating | 4 | -6/+31 | |
already defined. * config/tc-ppc.h [OBJ_XCOFF] (OBJ_COPY_SYMBOL_ATTRIBUTES): New macro. * config/tc-ppc.c (ppc_fix_adjustable): Don't look at the frag of a symbol when we really care about its value. | |||||
2000-01-31 | Cathc unwanted text after instructions | Nick Clifton | 2 | -7/+29 | |
2000-01-28 | Fix date. | Andreas Schwab | 1 | -1/+1 | |
2000-01-28 | Rename parse_disassembler_option to parse_arm_disassembler_option and allow it | Nick Clifton | 2 | -1/+3 | |
to be exported. | |||||
2000-01-28 | Add prototype for parse_arm_diassembler_option | Nick Clifton | 2 | -0/+2 | |
2000-01-28 | Apply patch from Thomas de Lellis to allow nm to distinguish between weak | Nick Clifton | 6 | -13/+86 | |
function symbols and weak data symbols. | |||||
2000-01-27 | Add ATPCS support to ARM disassembler. | Nick Clifton | 7 | -164/+207 | |
Document ARM disassembler options. | |||||
2000-01-27 | Add support for documenting target specific disassembler options | Nick Clifton | 6 | -0/+24 | |
2000-01-27 | Apply Thoams de Lellis's patch to fic disassembly of Thumb instructions when | Nick Clifton | 8 | -33/+80 | |
bounded by non-function labels. | |||||
2000-01-26 | Make copyright date lists comply with GNU requirement | Alan Modra | 2 | -22/+23 | |
2000-01-26 | Most of these changes are really only cosmetic. The readelf.c patch | Alan Modra | 11 | -19/+56 | |
fixes a thinko in get_dynamic_flags. I found at least one message string that included a `%' being passed to printf in the format argument. | |||||
2000-01-26 | This set of patches add support for aout emulation on the x86 | Alan Modra | 22 | -688/+1133 | |
assembler. ie. You will be able to do "as --em=i386aout" on an x86 linux-elf assembler to generate aout format object files, rather than using a separate assembler. The aout emulation is enabled by giving "--enable-targets=i386-linuxaout" to configure. Oh yeah, there's a couple of fixes too. Error messages shouldn't be passed to printf in the format arg just in case someone puts a `%' in the message. | |||||
2000-01-26 | import gdb-2000-01-26 snapshot | Jason Molenda | 4 | -6/+22 | |
2000-01-25 | Prevent double dumping of raw thumb instructions. | Nick Clifton | 2 | -3/+7 | |
2000-01-25 | * proc_api.c proc_events.c proc_flags.c proc_why.c: Removed in | Jason Molenda | 4 | -3002/+0 | |
gdb-2000-01-24 snapshot. | |||||
2000-01-25 | import gdb-2000-01-24 snapshot | Jason Molenda | 18 | -87/+3419 | |
2000-01-24 | Remove use of a GCC extension when allocating local arrays. | Nick Clifton | 2 | -5/+31 | |
2000-01-22 | To satisfy latest CVS gcc: | Alan Modra | 15 | -38/+122 | |
* emultempl/*.em (ld_emulation_xfer_struct): Add missing NULL initialisers, and comments. * testsuite/ld-srec/sr3.cc (__rethrow): New. | |||||
2000-01-21 | Fix gas x86 testsuite for a.out | Alan Modra | 4 | -7/+13 | |
2000-01-21 | Fix seeks and reads past the end of a BIM | Nick Clifton | 2 | -1/+23 | |
2000-01-21 | fix typo in comment. | Nick Clifton | 2 | -0/+5 | |
2000-01-21 | gas/testsuite/ChangeLog | Alan Modra | 8 | -187/+175 | |
* gas/i386/general.{s,l}: Move 16 bit jmp and call tests from here * gas/i386/jump16.{s,d}: To here. * gas/i386/jump.{s,d}: New files. Duplicate 32 bit jmp and call tests in general.s so that objdump is exercised. * gas/i386/i386.exp: Call new tests. | |||||
2000-01-21 | Add 'add" as an offial alias for "addu" | Nick Clifton | 2 | -0/+5 | |
2000-01-20 | fix dll table lookup code for Motorola | Nick Clifton | 1 | -14/+18 | |
2000-01-20 | fix spelling of Motorola | Nick Clifton | 9 | -9/+14 | |
2000-01-18 | Apply H.J.'s patch to fix NOLOAD section sizes and dot updates | Nick Clifton | 2 | -3/+13 | |
2000-01-18 | import gdb-2000-01-17 snapshot | Jason Molenda | 23 | -169/+1441 | |
2000-01-17 | Detect ELFOSABI_ARM. | Nick Clifton | 2 | -0/+5 | |
2000-01-15 | Cosmetic changes to tc-i386.[ch] + extend x86 gas testsuite jmp and | Alan Modra | 8 | -64/+230 | |
call tests + tweak intel mode far call and jmp. | |||||
2000-01-15 | Add jmp and call tests to prevent intel mode lossage creeping in again. | Alan Modra | 3 | -2/+87 | |
2000-01-14 | Correct function return types for new and fussy gcc. | Alan Modra | 4 | -9/+17 | |
2000-01-14 | fix mis-applied patch | Nick Clifton | 2 | -1/+9 | |
2000-01-14 | 2000-01-13 Clinton Popetz <cpopetz@cygnus.com> | Clinton Popetz | 3 | -0/+38 | |
* config/tc-mips.c (mips_do_align): New function. * config/tc-mips.h (md_do_align): Define. | |||||
2000-01-13 | Applied Tim Wall's patch to replace RELSZ and friends with bfd_coff_relsz and | Nick Clifton | 3 | -41/+52 | |
friends. | |||||
2000-01-13 | Fix bug in interwork stubs from thumb to arm | Nick Clifton | 2 | -1/+6 | |
2000-01-13 | Apply Tim walls octest vs bytes patch | Nick Clifton | 9 | -53/+155 | |
2000-01-13 | Apply for for CR 102957. | Nick Clifton | 2 | -1/+7 | |
2000-01-13 | Fix description of EM_S370. | Nick Clifton | 2 | -1/+6 | |
2000-01-13 | fix comments on some EM numbers. | Nick Clifton | 2 | -2/+8 | |
2000-01-12 | Merge in changes from egcs for AIX cross-compilation support. | Geoffrey Keating | 4 | -4/+14 | |
2000-01-11 | Fix mistakes made about interpretation of ELF ABI spec | Nick Clifton | 4 | -6/+29 | |
2000-01-11 | import gdb-2000-01-10 snapshot | Jason Molenda | 29 | -725/+1167 | |
2000-01-11 | import gdb-2000-01-10 snapshot | Jason Molenda | 1 | -0/+9 | |
2000-01-10 | fixup ARM documentation | Nick Clifton | 3 | -3/+24 | |
2000-01-10 | Add arm-conix target | Nick Clifton | 7 | -3/+22 | |
2000-01-10 | Add NT_WIN32PSTATUS to list of recognised core notes | Nick Clifton | 2 | -0/+5 | |
2000-01-10 | Add definition of NT_WIN32PSTATUS | Nick Clifton | 2 | -0/+5 | |