public inbox for gdb-testers@sourceware.org help / color / mirror / Atom feed
From: sergiodj+buildbot@sergiodj.net To: gdb-testers@sourceware.org Subject: [binutils-gdb] Reduce parameter list in bfd_elf32_arm_target_relocs Date: Fri, 26 Aug 2016 20:45:00 -0000 [thread overview] Message-ID: <68c398921742291719d97f803891b5113874a22b@gdb-build> (raw) *** TEST RESULTS FOR COMMIT 68c398921742291719d97f803891b5113874a22b *** Author: Thomas Preud'homme <thomas.preudhomme@arm.com> Branch: master Commit: 68c398921742291719d97f803891b5113874a22b Reduce parameter list in bfd_elf32_arm_target_relocs 2016-08-26 Thomas Preud'homme <thomas.preudhomme@arm.com> bfd/ * bfd-in.h (struct elf32_arm_params): Define. (bfd_elf32_arm_set_target_relocs): Rename into ... (bfd_elf32_arm_set_target_params): This. Use a struct elf32_arm_params to pass all parameters but the bfd and bfd_link_info. * bfd-in2.h: Regenerate. * elf32-arm.c (bfd_elf32_arm_set_target_relocs): Rename into ... (bfd_elf32_arm_set_target_params): This. Pass all values via a struct elf32_arm_params rather than as individual parameters. ld/ * emultempl/armelf.em (params): New static variable. (thumb_entry_symbol, byteswap_code, target1_is_rel, target2_type, fix_v4bx, use_blx, vfp11_denorm_fix, stm32l4xx_fix, fix_cortex_a8, no_enum_size_warning, no_wchar_size_warning, pic_veneer, merge_exidx_entries, fix_arm1176, cmse_implib): move as part of the above new structure. (arm_elf_before_allocation): Access static variable from the params structure. (gld${EMULATION_NAME}_finish): Likewise. (arm_elf_create_output_section_statements): Likewise and pass the address of that structure to bfd_elf32_arm_set_target_relocs instead of the static variables. (PARSE_AND_LIST_ARGS_CASES): Access static variable from the params structure.
next reply other threads:[~2016-08-26 16:13 UTC|newest] Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top 2016-08-26 20:45 sergiodj+buildbot [this message] 2016-08-26 20:54 ` Failures on Fedora-x86_64-native-gdbserver-m32, branch master sergiodj+buildbot 2016-08-26 21:33 ` Failures on Fedora-i686, " sergiodj+buildbot 2016-08-27 2:39 ` Failures on Ubuntu-AArch64-native-gdbserver-m64, " sergiodj+buildbot 2016-08-27 5:22 ` Failures on Debian-i686, " sergiodj+buildbot 2016-08-27 5:59 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot 2016-08-27 7:00 ` Failures on Debian-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot 2016-08-29 15:08 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot 2016-08-29 15:09 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot 2016-08-29 15:11 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot 2016-08-29 15:23 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=68c398921742291719d97f803891b5113874a22b@gdb-build \ --to=sergiodj+buildbot@sergiodj.net \ --cc=gdb-testers@sourceware.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).