This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, nios2] Extern protected data definitions


Like the additions for ARM/aarch64, this fixes the elf/tst-protected1[ab]
tests on Nios II.  It does require a single liner patch to BFD to
define 'elf_backend_extern_protected_data', which I'll submit to upstream soon.

Tested and committed to master.

This should be the last fix I have for Nios II for 2.22, I'll be posting
the test results to the release wiki page soon.

Thanks,
Chung-Lin

2015-07-26  Chung-Lin Tang  <cltang@codesourcery.com>

        * sysdeps/nios2/dl-sysdep.h (DL_EXTERN_PROTECTED_DATA): Define.
        * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Handle
        ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA.

Attachment: dl.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]