diff options
author | Maciej W. Rozycki <macro@codesourcery.com> | 2014-08-20 20:40:10 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@codesourcery.com> | 2014-08-20 20:41:37 +0100 |
commit | 83e12debff27af04efd261f7858622c7b851c233 (patch) | |
tree | 08ed252551900a2b752861a9eb3c3189247d6de2 /gas/dw2gencfi.c | |
parent | 8c45e5ec6b785abbfbda7137385a0c1c14dae228 (diff) | |
download | gdb-83e12debff27af04efd261f7858622c7b851c233.zip gdb-83e12debff27af04efd261f7858622c7b851c233.tar.gz gdb-83e12debff27af04efd261f7858622c7b851c233.tar.bz2 |
GAS: Replace leading spaces with tabs across dw2gencfi.c
* dw2gencfi.c (make_debug_seg): Replace leading spaces with tabs.
(dot_cfi_val_encoded_addr, output_cfi_insn): Likewise.
(output_cie, cfi_change_reg_numbers, cfi_finish): Likewise.
Diffstat (limited to 'gas/dw2gencfi.c')
-rw-r--r-- | gas/dw2gencfi.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gas/dw2gencfi.c b/gas/dw2gencfi.c index c282705..0f54fec 100644 --- a/gas/dw2gencfi.c +++ b/gas/dw2gencfi.c @@ -187,8 +187,8 @@ make_debug_seg (segT cseg, char *name, int sflags) else flags = bfd_get_section_flags (stdoutput, cseg) & (SEC_LINK_ONCE | SEC_LINK_DUPLICATES_DISCARD - | SEC_LINK_DUPLICATES_ONE_ONLY | SEC_LINK_DUPLICATES_SAME_SIZE - | SEC_LINK_DUPLICATES_SAME_CONTENTS); + | SEC_LINK_DUPLICATES_ONE_ONLY | SEC_LINK_DUPLICATES_SAME_SIZE + | SEC_LINK_DUPLICATES_SAME_CONTENTS); /* Add standard section flags. */ flags |= sflags; @@ -999,7 +999,7 @@ dot_cfi_val_encoded_addr (int ignored ATTRIBUTE_UNUSED) break; case O_constant: if ((encoding & 0x70) != DW_EH_PE_pcrel) - break; + break; default: encoding = DW_EH_PE_omit; break; @@ -1330,15 +1330,15 @@ output_cfi_insn (struct cfi_insn_data *insn) case CFI_val_encoded_addr: { - unsigned encoding = insn->u.ea.encoding; - offsetT encoding_size; + unsigned encoding = insn->u.ea.encoding; + offsetT encoding_size; if (encoding == DW_EH_PE_omit) break; out_one (DW_CFA_val_expression); out_uleb128 (insn->u.ea.reg); - switch (encoding & 0x7) + switch (encoding & 0x7) { case DW_EH_PE_absptr: encoding_size = DWARF2_ADDR_SIZE (stdoutput); @@ -1521,7 +1521,7 @@ output_cie (struct cie_entry *cie, bfd_boolean eh_frame, int align) if (cie->first) { for (i = cie->first; i != cie->last; i = i->next) - { + { if (CUR_SEG (i) != CUR_SEG (cie)) continue; output_cfi_insn (i); @@ -1779,7 +1779,7 @@ cfi_change_reg_numbers (struct cfi_insn_data *insn, segT ccseg) for (; insn; insn = insn->next) { if (CUR_SEG (insn) != ccseg) - continue; + continue; switch (insn->insn) { case DW_CFA_advance_loc: @@ -1874,7 +1874,7 @@ cfi_finish (void) } do - { + { ccseg = NULL; seek_next_seg = 0; @@ -1944,7 +1944,7 @@ cfi_finish (void) alignment); do - { + { ccseg = NULL; seek_next_seg = 0; |