This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

[committed] MIPS/BFD: Correct formatting of compact EH backend methods


Correct the formatting of `_bfd_mips_elf_compact_eh_encoding' and 
`_bfd_mips_elf_cant_unwind_opcode' definitions which extend beyond 79 
columns.

	bfd/
	* elfxx-mips.c (_bfd_mips_elf_compact_eh_encoding)
	(_bfd_mips_elf_cant_unwind_opcode): Correct formatting.
---
 bfd/elfxx-mips.c |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

binutils-mips-bfd-eh-format.diff
Index: binutils/bfd/elfxx-mips.c
===================================================================
--- binutils.orig/bfd/elfxx-mips.c	2018-06-21 19:31:10.125509169 +0100
+++ binutils/bfd/elfxx-mips.c	2018-06-21 19:31:43.194045932 +0100
@@ -16266,7 +16266,8 @@ _bfd_mips_post_process_headers (bfd *abf
 }
 
 int
-_bfd_mips_elf_compact_eh_encoding (struct bfd_link_info *link_info ATTRIBUTE_UNUSED)
+_bfd_mips_elf_compact_eh_encoding
+  (struct bfd_link_info *link_info ATTRIBUTE_UNUSED)
 {
   return DW_EH_PE_pcrel | DW_EH_PE_sdata4;
 }
@@ -16274,7 +16275,8 @@ _bfd_mips_elf_compact_eh_encoding (struc
 /* Return the opcode for can't unwind.  */
 
 int
-_bfd_mips_elf_cant_unwind_opcode (struct bfd_link_info *link_info ATTRIBUTE_UNUSED)
+_bfd_mips_elf_cant_unwind_opcode
+  (struct bfd_link_info *link_info ATTRIBUTE_UNUSED)
 {
   return COMPACT_EH_CANT_UNWIND_OPCODE;
 }


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