binutils-gdb/gas/config
Alan Modra f493c2174e Get rid of fprintf_vma and sprintf_vma
These two macros print either a 16 digit hex number or an 8 digit
hex number.  Unfortunately they depend on both target and host, which
means that the output for 32-bit targets may be either 8 or 16 hex
digits.

Replace them in most cases with code that prints a bfd_vma using
PRIx64.  In some cases, deliberately lose the leading zeros.
This change some output, notably in base/offset fields of m68k
disassembly which I think looks better that way, and in error
messages.  I've kept leading zeros in symbol dumps (objdump -t)
and in PE header dumps.

bfd/
	* bfd-in.h (fprintf_vma, sprintf_vma, printf_vma): Delete.
	* bfd-in2.h: Regenerate.
	* bfd.c (bfd_sprintf_vma): Don't use sprintf_vma.
	(bfd_fprintf_vma): Don't use fprintf_vma.
	* coff-rs6000.c (xcoff_reloc_type_tls): Don't use sprintf_vma.
	Instead use PRIx64 to print bfd_vma values.
	(xcoff_ppc_relocate_section): Likewise.
	* cofflink.c (_bfd_coff_write_global_sym): Likewise.
	* mmo.c (mmo_write_symbols_and_terminator): Likewise.
	* srec.c (srec_write_symbols): Likewise.
	* elf32-xtensa.c (print_r_reloc): Similarly for fprintf_vma.
	* pei-x86_64.c (pex64_dump_xdata): Likewise.
	(pex64_bfd_print_pdata_section): Likewise.
	* som.c (som_print_symbol): Likewise.
	* ecoff.c (_bfd_ecoff_print_symbol): Use bfd_fprintf_vma.
opcodes/
	* dis-buf.c (perror_memory, generic_print_address): Don't use
	sprintf_vma.  Instead use PRIx64 to print bfd_vma values.
	* i386-dis.c (print_operand_value, print_displacement): Likewise.
	* m68k-dis.c (print_base, print_indexed): Likewise.
	* ns32k-dis.c (print_insn_arg): Likewise.
	* ia64-gen.c (_opcode_int64_low, _opcode_int64_high): Delete.
	(opcode_fprintf_vma): Delete.
	(print_main_table): Use PRIx64 to print opcode.
binutils/
	* od-macho.c: Replace all uses of printf_vma with bfd_printf_vma.
	* objcopy.c (copy_object): Don't use sprintf_vma.  Instead use
	PRIx64 to print bfd_vma values.
	(copy_main): Likewise.
	* readelf.c (CHECK_ENTSIZE_VALUES): Likewise.
	(dynamic_section_mips_val): Likewise.
	(print_vma): Don't use printf_vma.  Instead use PRIx64 to print
	bfd_vma values.
	(dump_ia64_vms_dynamic_fixups): Likewise.
	(process_version_sections): Likewise.
	* rddbg.c (stab_context): Likewise.
gas/
	* config/tc-i386.c (offset_in_range): Don't use sprintf_vma.
	Instead use PRIx64 to print bfd_vma values.
	(md_assemble): Likewise.
	* config/tc-mips.c (load_register, macro): Likewise.
	* messages.c (as_internal_value_out_of_range): Likewise.
	* read.c (emit_expr_with_reloc): Likewise.
	* config/tc-ia64.c (note_register_values): Don't use fprintf_vma.
	Instead use PRIx64 to print bfd_vma values.
	(print_dependency): Likewise.
	* listing.c (list_symbol_table): Use bfd_sprintf_vma.
	* symbols.c (print_symbol_value_1): Use %p to print pointers.
	(print_binary): Likewise.
	(print_expr_1): Use PRIx64 to print bfd_vma values.
	* write.c (print_fixup): Use %p to print pointers.  Don't use
	fprintf_vma.
	* testsuite/gas/all/overflow.l: Update expected output.
	* testsuite/gas/m68k/mcf-mov3q.d: Likewise.
	* testsuite/gas/m68k/operands.d: Likewise.
	* testsuite/gas/s12z/truncated.d: Likewise.
ld/
	* deffilep.y (def_file_print): Don't use fprintf_vma.  Instead
	use PRIx64 to print bfd_vma values.
	* emultempl/armelf.em (gld${EMULATION_NAME}_finish): Don't use
	sprintf_vma.  Instead use PRIx64 to print bfd_vma values.
	* emultempl/pe.em (gld${EMULATION_NAME}_finish): Likewise.
	* ldlang.c (lang_map): Use %V to print region origin.
	(lang_one_common): Don't use sprintf_vma.
	* ldmisc.c (vfinfo): Don't use fprintf_vma or sprintf_vma.
	* pe-dll.c (pe_dll_generate_def_file): Likewise.
gdb/
	* remote.c (remote_target::trace_set_readonly_regions): Replace
	uses of sprintf_vma with bfd_sprintf_vma.
2022-08-01 13:52:18 +09:30
..
atof-ieee.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
atof-vax.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
bfin-aux.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
bfin-defs.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
bfin-lex-wrapper.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
bfin-lex.l gas local label and dollar label handling 2022-02-16 22:05:24 +10:30
bfin-parse.y Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
e-crisaout.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
e-criself.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
e-i386aout.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
e-i386coff.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
e-i386elf.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
e-mipself.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
itbl-mips.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
loongarch-lex-wrapper.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
loongarch-lex.h LoongArch: gas: Add new reloc types. 2022-07-25 09:59:08 +08:00
loongarch-lex.l Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
loongarch-parse.y LoongArch: gas: Add new reloc types. 2022-07-25 09:59:08 +08:00
m68k-parse.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
m68k-parse.y Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
obj-aout.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
obj-aout.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
obj-coff-seh.c gas: target string hash tables 2022-07-09 21:36:10 +09:30
obj-coff-seh.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
obj-coff.c gas: drop .appfile and .appline 2022-04-12 09:04:15 +02:00
obj-coff.h Delete unused COFF gas macro 2022-04-21 11:31:45 +09:30
obj-ecoff.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
obj-ecoff.h gas: drop .appfile and .appline 2022-04-12 09:04:15 +02:00
obj-elf.c gas: use notes_calloc in string hash 2022-07-09 21:47:24 +09:30
obj-elf.h gas: drop .appfile and .appline 2022-04-12 09:04:15 +02:00
obj-evax.c gas: remove use of PTR 2022-05-10 11:21:37 +09:30
obj-evax.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
obj-fdpicelf.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
obj-fdpicelf.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
obj-macho.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
obj-macho.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
obj-multi.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
obj-multi.h gas: drop .appfile and .appline 2022-04-12 09:04:15 +02:00
obj-som.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
obj-som.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
rl78-defs.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
rl78-parse.y Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
rx-defs.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
rx-parse.y Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-aarch64.c libopcodes/aarch64: add support for disassembler styling 2022-07-29 13:58:32 +01:00
tc-aarch64.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-alpha.c gas: target string hash tables 2022-07-09 21:36:10 +09:30
tc-alpha.h gas: rename md_end to md_finish 2022-07-09 21:23:00 +09:30
tc-arc.c arc: Update missing cipher. 2022-07-18 14:25:31 +03:00
tc-arc.h arc gas: don't leak arc_opcode_hash memory 2022-07-09 21:35:15 +09:30
tc-arm.c gas: rename md_end to md_finish 2022-07-09 21:23:00 +09:30
tc-arm.h gas: rename md_end to md_finish 2022-07-09 21:23:00 +09:30
tc-avr.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-avr.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-bfin.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-bfin.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-bpf.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-bpf.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-cr16.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-cr16.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-cris.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-cris.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-crx.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-crx.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-csky.c gas: rename md_end to md_finish 2022-07-09 21:23:00 +09:30
tc-csky.h gas: rename md_end to md_finish 2022-07-09 21:23:00 +09:30
tc-d10v.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-d10v.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-d30v.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-d30v.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-dlx.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-dlx.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-epiphany.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-epiphany.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-fr30.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-fr30.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-frv.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-frv.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-ft32.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-ft32.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-generic.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-generic.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-h8300.c gas: target string hash tables 2022-07-09 21:36:10 +09:30
tc-h8300.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-hppa.c asan: heap buffer overflow in pa_chk_field_selector 2022-03-29 11:27:23 +10:30
tc-hppa.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-i386-intel.c x86: fold Disp32S and Disp32 2022-07-04 08:32:50 +02:00
tc-i386.c Get rid of fprintf_vma and sprintf_vma 2022-08-01 13:52:18 +09:30
tc-i386.h i386 gas: don't leak op_hash or reg_hash memory 2022-07-09 21:35:02 +09:30
tc-ia64.c Get rid of fprintf_vma and sprintf_vma 2022-08-01 13:52:18 +09:30
tc-ia64.h gas: rename md_end to md_finish 2022-07-09 21:23:00 +09:30
tc-ip2k.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-ip2k.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-iq2000.c macro.c: use string hash from hash.h for macro_hash 2022-07-09 21:21:36 +09:30
tc-iq2000.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-lm32.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-lm32.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-loongarch.c LoongArch: gas: Add new reloc types. 2022-07-25 09:59:08 +08:00
tc-loongarch.h LoongArch: gas: Add new reloc types. 2022-07-25 09:59:08 +08:00
tc-m32c.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-m32c.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-m32r.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-m32r.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-m68hc11.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-m68hc11.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-m68k.c M68K: avoid quadratic slowdlow in label alignment check 2022-04-14 11:26:38 +01:00
tc-m68k.h M68K: avoid quadratic slowdlow in label alignment check 2022-04-14 11:26:38 +01:00
tc-m68851.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-mcore.c gas: rename md_end to md_finish 2022-07-09 21:23:00 +09:30
tc-mcore.h gas: rename md_end to md_finish 2022-07-09 21:23:00 +09:30
tc-mep.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-mep.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-metag.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-metag.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-microblaze.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-microblaze.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-mips.c Get rid of fprintf_vma and sprintf_vma 2022-08-01 13:52:18 +09:30
tc-mips.h gas: rename md_end to md_finish 2022-07-09 21:23:00 +09:30
tc-mmix.c gas: rename md_end to md_finish 2022-07-09 21:23:00 +09:30
tc-mmix.h gas: rename md_end to md_finish 2022-07-09 21:23:00 +09:30
tc-mn10200.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-mn10200.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-mn10300.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-mn10300.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-moxie.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-moxie.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-msp430.c gas: rename md_end to md_finish 2022-07-09 21:23:00 +09:30
tc-msp430.h gas: rename md_end to md_finish 2022-07-09 21:23:00 +09:30
tc-mt.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-mt.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-nds32.c gas: use notes_calloc in string hash 2022-07-09 21:47:24 +09:30
tc-nds32.h gas: rename md_end to md_finish 2022-07-09 21:23:00 +09:30
tc-nios2.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-nios2.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-ns32k.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-ns32k.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-or1k.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-or1k.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-pdp11.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-pdp11.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-pj.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-pj.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-ppc.c Re: PowerPC: implement md_operand to parse register names 2022-07-14 15:25:18 +09:30
tc-ppc.h Re: PowerPC: implement md_operand to parse register names 2022-07-14 15:25:18 +09:30
tc-pru.c gas: rename md_end to md_finish 2022-07-09 21:23:00 +09:30
tc-pru.h gas: rename md_end to md_finish 2022-07-09 21:23:00 +09:30
tc-riscv.c RISC-V: Add `OP_V' to .insn named opcodes 2022-07-29 09:16:02 +08:00
tc-riscv.h gas: rename md_end to md_finish 2022-07-09 21:23:00 +09:30
tc-rl78.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-rl78.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-rx.c gas: fold do_repeat{,_with_expander}() 2022-05-18 09:37:34 +02:00
tc-rx.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-s12z.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-s12z.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-s390.c gas: rename md_end to md_finish 2022-07-09 21:23:00 +09:30
tc-s390.h gas: rename md_end to md_finish 2022-07-09 21:23:00 +09:30
tc-score7.c gas: target string hash tables 2022-07-09 21:36:10 +09:30
tc-score.c gas: target string hash tables 2022-07-09 21:36:10 +09:30
tc-score.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-sh.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-sh.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-sparc.c gas: rename md_end to md_finish 2022-07-09 21:23:00 +09:30
tc-sparc.h gas: rename md_end to md_finish 2022-07-09 21:23:00 +09:30
tc-spu.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-spu.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-tic4x.c gas: target string hash tables 2022-07-09 21:36:10 +09:30
tc-tic4x.h gas: rename md_end to md_finish 2022-07-09 21:23:00 +09:30
tc-tic6x.c gas: rename md_end to md_finish 2022-07-09 21:23:00 +09:30
tc-tic6x.h gas: rename md_end to md_finish 2022-07-09 21:23:00 +09:30
tc-tic30.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-tic30.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-tic54x.c gas: tc-tic54x.c hash tables 2022-07-09 21:48:02 +09:30
tc-tic54x.h gas: tc-tic54x.c hash tables 2022-07-09 21:48:02 +09:30
tc-tilegx.c Remove use of bfd_uint64_t and similar 2022-05-27 22:08:59 +09:30
tc-tilegx.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-tilepro.c Remove use of bfd_uint64_t and similar 2022-05-27 22:08:59 +09:30
tc-tilepro.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-v850.c gas: rename md_end to md_finish 2022-07-09 21:23:00 +09:30
tc-v850.h gas: rename md_end to md_finish 2022-07-09 21:23:00 +09:30
tc-vax.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-vax.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-visium.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-visium.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-wasm32.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-wasm32.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-xgate.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-xgate.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-xstormy16.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-xstormy16.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-xtensa.c gas: rename md_end to md_finish 2022-07-09 21:23:00 +09:30
tc-xtensa.h gas: rename md_end to md_finish 2022-07-09 21:23:00 +09:30
tc-z8k.c gas: drop .appfile and .appline 2022-04-12 09:04:15 +02:00
tc-z8k.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
tc-z80.c gas: rename md_end to md_finish 2022-07-09 21:23:00 +09:30
tc-z80.h gas: rename md_end to md_finish 2022-07-09 21:23:00 +09:30
te-386bsd.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-aix5.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-aix.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-armeabi.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-armfbsdeabi.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-armfbsdvfp.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-armlinuxeabi.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-cloudabi.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-csky_abiv1_linux.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-csky_abiv1.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-csky_abiv2_linux.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-csky_abiv2.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-dragonfly.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-freebsd.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-generic.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-gnu.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-go32.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-haiku.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-hppa64.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-hppa.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-hppalinux64.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-hpux.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-ia64aix.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-interix.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-irix.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-linux.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-lynx.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-macos.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-nacl.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-nbsd532.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-nbsd.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-pc532mach.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-pe.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-pep.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-solaris.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-svr4.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-tmips.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-uclinux.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-vms.c Remove use of bfd_uint64_t and similar 2022-05-27 22:08:59 +09:30
te-vms.h Remove use of bfd_uint64_t and similar 2022-05-27 22:08:59 +09:30
te-vxworks.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
te-wince-pe.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
vax-inst.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
xtensa-istack.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
xtensa-relax.c Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30
xtensa-relax.h Update year range in copyright notice of binutils files 2022-01-02 12:04:28 +10:30