Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-11-29 | Pass CC_FOR_TARGET and CFLAGS_FOR_TARGET to runtest in environment. | Nick Clifton | 1 | -4/+4 | |
2001-11-19 | Add -ws switch to display contents of .debug_str sections | Nick Clifton | 1 | -3/+3 | |
2001-11-15 | binutils/ChangeLog | Alan Modra | 1 | -0/+4 | |
* doc/binutils.texi (objdump): Document ppc -M options. gas/ChangeLog * config/tc-ppc.c (ppc_insert_operand): Pass (ppc_cpu | ppc_size) to operand->insert. (md_assemble): Likewise. gas/testsuite/ChangeLog * gas/ppc/booke.d: Modify reloc and target matches for powerpc64. include/opcode/ChangeLog * ppc.h (struct powerpc_operand <insert, extract>): Add dialect param. opcodes/ChangeLog * ppc-opc.c (PPC64): Revert 2001-10-12. Do include PPC_OPCODE_PPC. (insert_bat, extract_bat, insert_bba, extract_bba, insert_bd, extract_bd, insert_bdm, extract_bdm, insert_bdp, extract_bdp, valid_bo, insert_bo, extract_bo, insert_boe, extract_boe, insert_ds, extract_ds, insert_de, extract_de, insert_des, extract_des, insert_li, extract_li, insert_mbe, extract_mbe, insert_mb6, extract_mb6, insert_nb, extract_nb, insert_nsi, extract_nsi, insert_ral, insert_ram, insert_ras, insert_rbs, extract_rbs, insert_sh6, extract_sh6, insert_spr, extract_spr, insert_tbr, extract_tbr): Add dialect param. (extract_bd, extract_bdm, extract_bdp, extract_ds, extract_des, extract_li, extract_nsi): Implement sign extension without conditional. (insert_bdm, extract_bdm, insert_bdp, extract_bdp, valid_bo): Handle 64 bit branch hints. (extract_bdm, extract_bdp): Correct 32 bit validation. (AT1_MASK, AT2_MASK): Define. (BBOAT_MASK): Define. (BBOATCB_MASK, BBOAT2CB_MASK, BBOATBI_MASK): Define. (BOFM64, BOFP64, BOTM64, BOTP64): Define. (BODNZM64, BODNZP64, BODZM64, BODZP64): Define. (PPCCOM32, PPCCOM64): Define. (powerpc_opcodes): Modify existing 32 bit insns with branch hints and add new patterns to implement 64 bit branches with hints. Move booke instructions so they match before ppc64. * ppc-dis.c (powerpc_dialect): Set PPC_OPCODE_64 in dialect for 64 bit default targets, and parse "32" and "64" in options. Formatting fixes. (print_insn_powerpc): Pass dialect to operand->extract. | |||||
2001-11-14 | * doc/binutils.texi (objdump): Fix description to use x86-64. | Andreas Jaeger | 1 | -2/+2 | |
2001-11-14 | binutils/ChangeLog | Alan Modra | 1 | -0/+13 | |
* doc/binutils.texi (objdump): Document x86 -M options. include/ChangeLog * dis-asm.h (print_insn_i386): Declare. opcodes/ChangeLog * disassemble.c (disassembler): Call print_insn_i386. * i386-dis.c (SUFFIX_ALWAYS): Define. (struct dis_private): Add orig_sizeflag. (print_insn_i386): Make it a wrapper, calling.. (print_insn): ..The old body of print_insn_i386. Avoid longjmp warning without using volatile by moving orig_sizeflag to priv, and removing inbuf. Parse disassembler_options. (print_insn_i386_att, print_insn_i386_intel): Move initialisation code to print_insn. (putop): Remove #ifdef SUFFIX_ALWAYS. | |||||
2001-10-03 | Regenerate configure to include the gettext.m4 change. Update | Alan Modra | 1 | -1/+1 | |
opcodes/po/POTFILES.in | |||||
2001-09-25 | * readelf.c (do_wide): New. | Jakub Jelinek | 1 | -0/+9 | |
(options): Add --wide. (usage, parse_args): Likewise. (process_program_headers): Put each segment on a single line if --wide is given. (process_section_headers): Put each section on a single line if --wide is given. * doc/binutils.texi: Document it. * NEWS: Likewise. | |||||
2001-09-19 | 2000-09-19 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -3/+15 | |
* doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and $(srcdir)/cxxfilt.man. * doc/Makefile.in: Rebuild. | |||||
2001-09-14 | Add new command line option '--encoding' to strings | Nick Clifton | 1 | -3/+15 | |
2001-08-24 | * objcopy.c (use_alt_mach_code): New variable. | Alexandre Oliva | 1 | -0/+8 | |
(OPTION_ALT_MACH_CODE): Define. (copy_options): Added --alt-machine-code. (copy_main): Handle it. (copy_object): Switch to alternate machine code if requested. * doc/binutils.texi: Document new option. * NEWS: Likewise. | |||||
2001-08-05 | 2001-08-05 Philip Blundell <philb@gnu.org> | Phil Blundell | 1 | -3/+3 | |
* doc/binutils.texi: Use "Thumb" not "THUMB". | |||||
2001-08-01 | Use @command{name} for commands. Use @option{-opt} for options. | Nick Clifton | 2 | -455/+466 | |
Use @table @env for list of options. Remove spaces arround [ | ] in synopsis. Use 'GNU Development Tools' for the center title. | |||||
2001-07-31 | Implement new switch --rename-section | Nick Clifton | 1 | -0/+19 | |
2001-07-05 | Display the contents of a .debug.macinfo section | Nick Clifton | 1 | -3/+3 | |
2001-07-03 | 2001-07-03 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -110/+88 | |
* doc/Makefile.am (addr2line.1): Use addr2line.pod instead of $@.pod. (ar.1): Likewise. (dlltool.1): Likewise. (nlmconv.1): Likewise. (nm.1): Likewise. (objcopy.1): Likewise. (objdump.1): Likewise. (ranlib.1): Likewise. (readelf.1): Likewise. (size.1): Likewise. (strings.1): Likewise. (strip.1): Likewise. (windres.1): Likewise. (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod. ($(DEMANGLER_NAME).1): Also substitute cxxfilt with $(DEMANGLER_NAME). (as.1): Removed. * doc/Makefile.in: Regenerated. | |||||
2001-06-19 | 2001-06-19 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -52/+69 | |
* doc/Makefile.in: Regenerated. | |||||
2001-06-19 | Remove auot generated man pages | Nick Clifton | 3 | -0/+4459 | |