> * config/tc-hppa.c: Fix formatting.

This commit is contained in:
Jeff Law 2000-09-07 01:34:02 +00:00
parent 3bb04bddc3
commit a28a3ccf6a
2 changed files with 19 additions and 35 deletions

View file

@ -1,5 +1,7 @@
2000-09-06 Kazu Hirata <kazu@hxi.com> 2000-09-06 Kazu Hirata <kazu@hxi.com>
* config/tc-hppa.c: Fix formatting.
* ecoff.c: Fix formatting. * ecoff.c: Fix formatting.
2000-09-06 Alexandre Oliva <aoliva@redhat.com> 2000-09-06 Alexandre Oliva <aoliva@redhat.com>

View file

@ -19,7 +19,6 @@
Software Foundation, 59 Temple Place - Suite 330, Boston, MA Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */ 02111-1307, USA. */
/* HP PA-RISC support was contributed by the Center for Software Science /* HP PA-RISC support was contributed by the Center for Software Science
at the University of Utah. */ at the University of Utah. */
@ -232,7 +231,6 @@ struct pa_it
/* PA-89 floating point registers are arranged like this: /* PA-89 floating point registers are arranged like this:
+--------------+--------------+ +--------------+--------------+
| 0 or 16L | 16 or 16R | | 0 or 16L | 16 or 16R |
+--------------+--------------+ +--------------+--------------+
@ -1260,7 +1258,6 @@ pa_undefine_label ()
} }
} }
/* An HPPA-specific version of fix_new. This is required because the HPPA /* An HPPA-specific version of fix_new. This is required because the HPPA
code needs to keep track of some extra stuff. Each call to fix_new_hppa code needs to keep track of some extra stuff. Each call to fix_new_hppa
results in the creation of an instance of an hppa_fix_struct. An results in the creation of an instance of an hppa_fix_struct. An
@ -4800,7 +4797,6 @@ reg_name_search (name)
return -1; return -1;
} }
/* Return nonzero if the given INSN and L/R information will require /* Return nonzero if the given INSN and L/R information will require
a new PA-1.1 opcode. */ a new PA-1.1 opcode. */
@ -5286,7 +5282,6 @@ pa_parse_nonneg_cmpsub_cmpltr (s, isbranch)
c = **s; c = **s;
**s = 0x00; **s = 0x00;
if (strcmp (name, "=") == 0) if (strcmp (name, "=") == 0)
{ {
cmpltr = 1; cmpltr = 1;
@ -5333,7 +5328,6 @@ pa_parse_nonneg_cmpsub_cmpltr (s, isbranch)
if (nullify) if (nullify)
*s = save_s; *s = save_s;
return cmpltr; return cmpltr;
} }
@ -5364,7 +5358,6 @@ pa_parse_neg_cmpsub_cmpltr (s, isbranch)
c = **s; c = **s;
**s = 0x00; **s = 0x00;
if (strcasecmp (name, "tr") == 0) if (strcasecmp (name, "tr") == 0)
{ {
cmpltr = 0; cmpltr = 0;
@ -5415,11 +5408,9 @@ pa_parse_neg_cmpsub_cmpltr (s, isbranch)
if (nullify) if (nullify)
*s = save_s; *s = save_s;
return cmpltr; return cmpltr;
} }
/* Parse a 64 bit compare and branch completer returning the number (for /* Parse a 64 bit compare and branch completer returning the number (for
encoding in instrutions) of the given completer. encoding in instrutions) of the given completer.
@ -5514,7 +5505,6 @@ pa_parse_cmpb_64_cmpltr (s)
**s = c; **s = c;
} }
return cmpltr; return cmpltr;
} }
@ -5577,7 +5567,6 @@ pa_parse_cmpib_64_cmpltr (s)
**s = c; **s = c;
} }
return cmpltr; return cmpltr;
} }
@ -6063,7 +6052,6 @@ pa_build_unwind_subspace (call_info)
subseg_set (seg, 0); subseg_set (seg, 0);
/* Get some space to hold relocation information for the unwind /* Get some space to hold relocation information for the unwind
descriptor. */ descriptor. */
p = frag_more (4); p = frag_more (4);
@ -7069,7 +7057,6 @@ pa_procend (unused)
pa_undefine_label (); pa_undefine_label ();
} }
#ifdef OBJ_SOM #ifdef OBJ_SOM
/* If VALUE is an exact power of two between zero and 2^31, then /* If VALUE is an exact power of two between zero and 2^31, then
return log2 (VALUE). Else return -1. */ return log2 (VALUE). Else return -1. */
@ -7598,7 +7585,6 @@ pa_subspace (create_new)
SUBSPACE_DEFINED (current_subspace) = 1; SUBSPACE_DEFINED (current_subspace) = 1;
} }
/* Create default space and subspace dictionaries. */ /* Create default space and subspace dictionaries. */
static void static void
@ -7641,7 +7627,6 @@ pa_spaces_begin ()
/* Create the new section. */ /* Create the new section. */
segment = subseg_new (name, subsegment); segment = subseg_new (name, subsegment);
/* For SOM we want to replace the standard .text, .data, and .bss /* For SOM we want to replace the standard .text, .data, and .bss
sections with our own. We also want to set BFD flags for sections with our own. We also want to set BFD flags for
all the built-in subspaces. */ all the built-in subspaces. */
@ -7664,7 +7649,6 @@ pa_spaces_begin ()
| SEC_RELOC | SEC_RELOC
| SEC_HAS_CONTENTS)); | SEC_HAS_CONTENTS));
} }
else if (!strcmp (pa_def_subspaces[i].name, "$BSS$")) else if (!strcmp (pa_def_subspaces[i].name, "$BSS$"))
{ {
@ -7726,8 +7710,6 @@ pa_spaces_begin ()
} }
} }
/* Create a new space NAME, with the appropriate flags as defined /* Create a new space NAME, with the appropriate flags as defined
by the given parameters. */ by the given parameters. */