mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
724436fccb
elfcpp/ * powerpc.h (Tag_GNU_Power_ABI_FP): Define. (Tag_GNU_Power_ABI_Vector, Tag_GNU_Power_ABI_Struct_Return): Define. gold/ * powerpc.cc: Include attributes.h. (Powerpc_relobj::attributes_section_data_): New variable, with accessor and associated constructor and destructor support. (Powerpc_dynobj::attributes_section_data_): Likewise. (Powerpc_relobj::do_read_symbols): Stash SHT_GNU_ATTRIBUTES section contents in attributes_section_data_. (Powerpc_dynobj::do_read_symbols): Likewise. (Target_powerpc): Add attributes_section_data_, last_fp_, last_ld_, last_vec_, and last_struct_ vars. (Target_powerpc::merge_object_attributes): New function. (Target_powerpc::do_finalize_sections): Iterate over input objects merging attributes. Create output attributes section.
49 lines
1.2 KiB
Plaintext
49 lines
1.2 KiB
Plaintext
2018-07-06 Alan Modra <amodra@gmail.com>
|
||
|
||
* powerpc.h (Tag_GNU_Power_ABI_FP): Define.
|
||
(Tag_GNU_Power_ABI_Vector, Tag_GNU_Power_ABI_Struct_Return): Define.
|
||
|
||
2018-06-24 Nick Clifton <nickc@redhat.com>
|
||
|
||
2.31 branch created.
|
||
|
||
2018-06-22 Cary Coutant <ccoutant@gmail.com>
|
||
|
||
PR gold/22914
|
||
* elfcpp.h (NT_GNU_PROPERTY_TYPE_0): New note type.
|
||
(GNU_PROPERTY_*): New Gnu property types.
|
||
* x86_64.h (GNU_PROPERTY_X86_FEATURE_1_IBT)
|
||
(GNU_PROPERTY_X86_FEATURE_1_SHSTK): New x86 feature bits.
|
||
|
||
2018-04-09 Alan Modra <amodra@gmail.com>
|
||
|
||
* powerpc.h (R_POWERPC_PLTSEQ, R_POWERPC_PLTCALL): Define.
|
||
|
||
2018-03-28 Cary Coutant <ccoutant@gmail.com>
|
||
|
||
PR gold/22969
|
||
* aarch64.h: Fix spelling of R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC.
|
||
|
||
2018-01-13 Nick Clifton <nickc@redhat.com>
|
||
|
||
2.30 branch created.
|
||
|
||
2018-01-03 Alan Modra <amodra@gmail.com>
|
||
|
||
Update year range in copyright notice of all files.
|
||
|
||
For older changes see ChangeLog-2017
|
||
|
||
Copyright (C) 2018 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|