binutils-gdb/gas/config
Jens Remus 8086fe0b3d gas: Enhance arch-specific SFrame configuration descriptions
Explicitly mention "SFrame" in the descriptions for the architecture-
specific SFrame configuration macros, variables, and functions.

Use the term "frame pointer" (FP) instead of "base pointer". This aligns
with the terminology used in the SFrame specification. Additionally it
helps not to confuse "base-pointer register" with the term "BASE_REG"
used in the specification to denote either the SP or FP register.

Specify what the SFRAME_CFA_*_REG register numbers are used for:
- SP (stack pointer): CFA tracking
- FP (frame pointer): CFA and FP tracking
- RA (return address): RA tracking

Align the descriptions for definitions in the source files to the
declarations in the header files.

gas/
	* config/tc-aarch64.h: Enhance architecture-specific SFrame
	configuration descriptions.
	* config/tc-aarch64.c: Likewise.
	* config/tc-i386.h: Likewise.
	* config/tc-i386.c: Likewise.

Signed-off-by: Jens Remus <jremus@linux.ibm.com>
2024-07-04 10:34:12 +02:00
..
atof-ieee.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
atof-vax.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
bfin-aux.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
bfin-defs.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
bfin-lex-wrapper.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
bfin-lex.l Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
bfin-parse.y Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
e-crisaout.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
e-criself.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
e-i386aout.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
e-i386coff.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
e-i386elf.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
e-mipself.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
itbl-mips.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
kvx-parse.c kvx: Improve lexing & parsing 2024-02-20 12:07:57 +01:00
kvx-parse.h kvx: gas: missing aliases for $r14r15 in assembler. 2024-02-20 12:07:57 +01:00
loongarch-lex-wrapper.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
loongarch-lex.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
loongarch-lex.l Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
loongarch-parse.y Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m68k-parse.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m68k-parse.y Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
obj-aout.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
obj-aout.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
obj-coff-seh.c PR31796, Internal error in write_function_pdata at obj-coff-seh 2024-05-29 10:28:22 +09:30
obj-coff-seh.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
obj-coff.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
obj-coff.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
obj-ecoff.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
obj-ecoff.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
obj-elf.c PR25333, GAS is slow processing -fdebug-types-sections 2024-02-24 14:59:13 +10:30
obj-elf.h PR25333, GAS is slow processing -fdebug-types-sections 2024-02-24 14:59:13 +10:30
obj-evax.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
obj-evax.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
obj-fdpicelf.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
obj-fdpicelf.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
obj-macho.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
obj-macho.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
obj-multi.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
obj-multi.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
obj-som.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
obj-som.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
rl78-defs.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
rl78-parse.y Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
rx-defs.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
rx-parse.y Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-aarch64.c gas: Enhance arch-specific SFrame configuration descriptions 2024-07-04 10:34:12 +02:00
tc-aarch64.h gas: Enhance arch-specific SFrame configuration descriptions 2024-07-04 10:34:12 +02:00
tc-alpha.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-alpha.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-arc.c arc: Put DBNZ instruction to a separate class 2024-02-14 11:36:52 +01:00
tc-arc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-arm.c arm: remove FPA instructions from assembler 2024-06-05 17:45:45 +01:00
tc-arm.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-avr.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-avr.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-bfin.c bfin: drop .bss override 2024-01-05 08:05:10 +01:00
tc-bfin.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-bpf.c bpf: fix calculation when deciding to relax branch 2024-04-25 13:16:34 -07:00
tc-bpf.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-cr16.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-cr16.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-cris.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-cris.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-crx.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-crx.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-csky.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-csky.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-d10v.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-d10v.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-d30v.c d30v: fix .text/.data interaction with .previous 2024-01-05 08:05:33 +01:00
tc-d30v.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-dlx.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-dlx.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-epiphany.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-epiphany.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-fr30.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-fr30.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-frv.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-frv.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-ft32.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-ft32.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-generic.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-generic.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-h8300.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-h8300.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-hppa.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-hppa.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-i386-intel.c x86/APX: respect {vex}/{vex3} 2024-03-01 09:19:58 +01:00
tc-i386.c gas: Enhance arch-specific SFrame configuration descriptions 2024-07-04 10:34:12 +02:00
tc-i386.h gas: Enhance arch-specific SFrame configuration descriptions 2024-07-04 10:34:12 +02:00
tc-ia64.c IA64: drop .bss override 2024-01-05 08:06:08 +01:00
tc-ia64.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-ip2k.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-ip2k.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-iq2000.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-iq2000.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-kvx.c kvx: gas: fix leak 2024-02-20 12:07:57 +01:00
tc-kvx.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-lm32.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-lm32.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-loongarch.c LoongArch: add .option directive 2024-06-18 10:40:23 +08:00
tc-loongarch.h LoongArch: Make align symbol be in same section with alignment directive 2024-06-04 19:47:20 +08:00
tc-m32c.c m32c: drop .bss override 2024-01-05 08:06:35 +01:00
tc-m32c.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-m32r.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-m32r.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-m68hc11.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-m68hc11.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-m68k.c m68k: drop .bss override 2024-01-05 08:06:54 +01:00
tc-m68k.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-m68851.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-mcore.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-mcore.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-mep.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-mep.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-metag.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-metag.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-microblaze.c microblaze: drop/restrict override of .text, .data, and .bss 2024-01-05 08:07:58 +01:00
tc-microblaze.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-mips.c PR23877, bad value (n32r5900) for default CPU 2024-02-29 08:55:51 +10:30
tc-mips.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-mmix.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-mmix.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-mn10200.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-mn10200.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-mn10300.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-mn10300.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-moxie.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-moxie.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-msp430.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-msp430.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-mt.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-mt.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-nds32.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-nds32.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-nios2.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-nios2.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-ns32k.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-ns32k.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-or1k.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-or1k.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-pdp11.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-pdp11.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-pj.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-pj.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-ppc.c PowerPC: Add support for Power11 options 2024-02-09 10:52:23 -06:00
tc-ppc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-pru.c pru: fix .text/.data interaction with .previous 2024-01-05 08:08:52 +01:00
tc-pru.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-riscv.c RISC-V: Support S[sm]csrind extension csrs. 2024-06-12 08:47:19 +08:00
tc-riscv.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-rl78.c rl78: drop .bss override 2024-01-05 08:09:18 +01:00
tc-rl78.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-rx.c rx: drop .bss override 2024-01-05 08:09:40 +01:00
tc-rx.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-s12z.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-s12z.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-s390.c s390: Be more verbose about missing operand type 2024-03-01 12:45:14 +01:00
tc-s390.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-score.c score: drop .bss override 2024-01-05 08:10:21 +01:00
tc-score.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-score7.c score: drop .bss override 2024-01-05 08:10:21 +01:00
tc-sh.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-sh.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-sparc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-sparc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-spu.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-spu.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-tic4x.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-tic4x.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-tic6x.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-tic6x.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-tic30.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-tic30.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-tic54x.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-tic54x.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-tilegx.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-tilegx.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-tilepro.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-tilepro.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-v850.c v850: drop .bss override 2024-01-05 08:11:18 +01:00
tc-v850.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-vax.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-vax.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-visium.c visium: drop .bss and .skip overrides 2024-01-05 08:11:43 +01:00
tc-visium.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-wasm32.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-wasm32.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-xgate.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-xgate.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-xstormy16.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-xstormy16.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-xtensa.c PR25333, GAS is slow processing -fdebug-types-sections 2024-02-24 14:59:13 +10:30
tc-xtensa.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-z8k.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-z8k.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tc-z80.c z80: drop .bss override 2024-01-05 08:12:11 +01:00
tc-z80.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-386bsd.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-aix.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-aix5.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-armeabi.h arm: rename FPU_ARCH_VFP to FPU_ARCH_SOFTVFP 2024-06-05 17:45:45 +01:00
te-armfbsdeabi.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-armfbsdvfp.h arm: rename FPU_ARCH_VFP to FPU_ARCH_SOFTVFP 2024-06-05 17:45:45 +01:00
te-armlinuxeabi.h arm: rename FPU_ARCH_VFP to FPU_ARCH_SOFTVFP 2024-06-05 17:45:45 +01:00
te-cloudabi.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-csky_abiv1.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-csky_abiv1_linux.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-csky_abiv2.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-csky_abiv2_linux.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-dragonfly.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-freebsd.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-generic.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-gnu.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-go32.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-haiku.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-hppa.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-hppa64.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-hppalinux64.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-hpux.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-interix.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-irix.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-linux.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-lynx.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-macos.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-nacl.h arm: rename FPU_ARCH_VFP to FPU_ARCH_SOFTVFP 2024-06-05 17:45:45 +01:00
te-nbsd.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-nbsd532.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-pc532mach.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-pe.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-pep.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-pepaarch64.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-solaris.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-tmips.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-uclinux.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-vms.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-vms.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-vxworks.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
te-wince-pe.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
vax-inst.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
xtensa-istack.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
xtensa-relax.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
xtensa-relax.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30