binutils-gdb/include/elf
H.J. Lu 5a767724d7 elf: Add GNU_PROPERTY_UINT32_AND_XXX/GNU_PROPERTY_UINT32_OR_XXX
Implement GNU_PROPERTY_UINT32_AND_XXX/GNU_PROPERTY_UINT32_OR_XXX:

https://sourceware.org/pipermail/gnu-gabi/2021q1/000467.html

1. GNU_PROPERTY_UINT32_AND_LO..GNU_PROPERTY_UINT32_AND_HI

 #define GNU_PROPERTY_UINT32_AND_LO 0xb0000000
 #define GNU_PROPERTY_UINT32_AND_HI 0xb0007fff

A bit in the output pr_data field is set only if it is set in all
relocatable input pr_data fields.  If all bits in the the output
pr_data field are zero, this property should be removed from output.

If the bit is 1, all input relocatables have the feature.  If the
bit is 0 or the property is missing, the info is unknown.

2. GNU_PROPERTY_UINT32_OR_LO..GNU_PROPERTY_UINT32_OR_HI

 #define GNU_PROPERTY_UINT32_OR_LO 0xb0008000
 #define GNU_PROPERTY_UINT32_OR_HI 0xb000ffff

A bit in the output pr_data field is set if it is set in any
relocatable input pr_data fields. If all bits in the the output
pr_data field are zero, this property should be removed from output.

If the bit is 1, some input relocatables have the feature.  If the
bit is 0 or the property is missing, the info is unknown.

bfd/

	* elf-properties.c (_bfd_elf_parse_gnu_properties): Handle
	GNU_PROPERTY_UINT32_AND_LO, GNU_PROPERTY_UINT32_AND_HI,
	GNU_PROPERTY_UINT32_OR_LO and GNU_PROPERTY_UINT32_OR_HI.
	(elf_merge_gnu_properties): Likewise.

binutils/

	* readelf.c (print_gnu_property_note): Handle
	GNU_PROPERTY_UINT32_AND_LO, GNU_PROPERTY_UINT32_AND_HI,
	GNU_PROPERTY_UINT32_OR_LO and GNU_PROPERTY_UINT32_OR_HI.

include/

	* elf/common.h (GNU_PROPERTY_UINT32_AND_LO): New.
	(GNU_PROPERTY_UINT32_AND_HI): Likewise.
	(GNU_PROPERTY_UINT32_OR_LO): Likewise.
	(GNU_PROPERTY_UINT32_OR_HI): Likewise.

ld/

	* testsuite/ld-elf/property-and-1.d: New file.
	* testsuite/ld-elf/property-and-1.s: Likewise.
	* testsuite/ld-elf/property-and-2.d: Likewise.
	* testsuite/ld-elf/property-and-2.s: Likewise.
	* testsuite/ld-elf/property-and-3.d: Likewise.
	* testsuite/ld-elf/property-and-3.s: Likewise.
	* testsuite/ld-elf/property-and-4.d: Likewise.
	* testsuite/ld-elf/property-and-empty.s: Likewise.
	* testsuite/ld-elf/property-or-1.d: Likewise.
	* testsuite/ld-elf/property-or-1.s: Likewise.
	* testsuite/ld-elf/property-or-2.d: Likewise.
	* testsuite/ld-elf/property-or-2.s: Likewise.
	* testsuite/ld-elf/property-or-3.d: Likewise.
	* testsuite/ld-elf/property-or-3.s: Likewise.
	* testsuite/ld-elf/property-or-4.d: Likewise.
	* testsuite/ld-elf/property-or-empty.s: Likewise.
2021-06-18 07:19:01 -07:00
..
aarch64.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
alpha.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
arc-cpu.def Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
arc-reloc.def Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
arc.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
arm.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
avr.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
bfin.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
bpf.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
ChangeLog-0415
ChangeLog-9103
common.h elf: Add GNU_PROPERTY_UINT32_AND_XXX/GNU_PROPERTY_UINT32_OR_XXX 2021-06-18 07:19:01 -07:00
cr16.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
cris.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
crx.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
csky.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
d10v.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
d30v.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
dlx.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
dwarf.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
epiphany.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
external.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
fr30.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
frv.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
ft32.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
h8.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
hppa.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
i370.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
i386.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
i860.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
i960.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
ia64.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
internal.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
ip2k.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
iq2000.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
lm32.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
m32c.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
m32r.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
m68hc11.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
m68k.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
mcore.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
mep.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
metag.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
microblaze.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
mips.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
mmix.h Use bool in include 2021-03-31 10:49:23 +10:30
mn10200.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
mn10300.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
moxie.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
msp430.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
mt.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
nds32.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
nfp.h Remove bfd_stdint.h 2021-03-31 10:49:23 +10:30
nios2.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
or1k.h or1k: Implement relocation R_OR1K_GOT_AHI16 for gotha() 2021-05-06 20:51:24 +09:00
pj.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
ppc64.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
ppc.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
pru.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
reloc-macros.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
riscv.h RISC-V: Comments tidy and improvement. 2021-01-15 17:28:07 +08:00
rl78.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
rx.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
s12z.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
s390.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
score.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
sh.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
sparc.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
spu.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tic6x-attrs.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tic6x.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tilegx.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tilepro.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
v850.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
vax.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
visium.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
vxworks.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
wasm32.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
x86-64.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
xc16x.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
xgate.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
xstormy16.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
xtensa.h Use bool in include 2021-03-31 10:49:23 +10:30
z80.h Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30