diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2001-07-23 14:02:13 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2001-07-23 14:02:13 +0000 |
commit | 07726851730d309acac31c6576c05a80554ccc3a (patch) | |
tree | 6d8247b855f9b12b68b53f123c7ed49c209e87e2 /gas/config/tc-ia64.c | |
parent | 44f2a95d954b07d967045b7079e3f935abf85288 (diff) | |
download | gdb-07726851730d309acac31c6576c05a80554ccc3a.zip gdb-07726851730d309acac31c6576c05a80554ccc3a.tar.gz gdb-07726851730d309acac31c6576c05a80554ccc3a.tar.bz2 |
* config/tc-alpha.h: Fix formatting.
* config/tc-arc.c: Likewise.
* config/tc-d10v.h: Likewise.
* config/tc-hppa.c: Likewise.
* config/tc-i370.c: Likewise.
* config/tc-i386.h: Likewise.
* config/tc-i960.h: Likewise.
* config/tc-ia64.c: Likewise.
* config/tc-ia64.h: Likewise.
* config/tc-m32r.c: Likewise.
* config/tc-m68k.c: Likewise.
* config/tc-m88k.c: Likewise.
* config/tc-ns32k.c: Likewise.
* config/tc-pdp11.c: Likewise.
* config/tc-pj.h: Likewise.
* config/tc-s390.c: Likewise.
* config/tc-sparc.c: Likewise.
* config/tc-sparc.h: Likewise.
* config/tc-tic80.c: Likewise.
* config/tc-w65.h: Likewise.
Diffstat (limited to 'gas/config/tc-ia64.c')
-rw-r--r-- | gas/config/tc-ia64.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gas/config/tc-ia64.c b/gas/config/tc-ia64.c index 4cac5bc..9973b59 100644 --- a/gas/config/tc-ia64.c +++ b/gas/config/tc-ia64.c @@ -876,8 +876,8 @@ static int generate_unwind_image PARAMS ((const char *)); } \ _prefix_len = strlen (_prefix), _suffix_len = strlen (_suffix); \ _result = alloca (_prefix_len + _suffix_len + 1); \ - memcpy(_result, _prefix, _prefix_len); \ - memcpy(_result + _prefix_len, _suffix, _suffix_len); \ + memcpy (_result, _prefix, _prefix_len); \ + memcpy (_result + _prefix_len, _suffix, _suffix_len); \ _result[_prefix_len + _suffix_len] = '\0'; \ result = _result; \ } \ @@ -2769,7 +2769,7 @@ fixup_unw_records (list) info. */ static int -setup_unwind_header(int size, unsigned char **mem) +setup_unwind_header (int size, unsigned char **mem) { int x, extra = 0; @@ -2816,7 +2816,7 @@ output_unw_records (list, ptr) if (size > 0 || unwind.force_unwind_entry) { unwind.force_unwind_entry = 0; - extra = setup_unwind_header(size, &mem); + extra = setup_unwind_header (size, &mem); vbyte_mem_ptr = mem + 8; process_unw_records (list, output_vbyte_mem); @@ -7719,8 +7719,8 @@ dep->name, idesc->name, (rsrc_write?"write":"read"), note) { int p1 = CURR_SLOT.opnd[0].X_add_number - REG_P; int p2 = CURR_SLOT.opnd[1].X_add_number - REG_P; - int or_andcm = strstr(idesc->name, "or.andcm") != NULL; - int and_orcm = strstr(idesc->name, "and.orcm") != NULL; + int or_andcm = strstr (idesc->name, "or.andcm") != NULL; + int and_orcm = strstr (idesc->name, "and.orcm") != NULL; if ((idesc->operands[0] == IA64_OPND_P1 || idesc->operands[0] == IA64_OPND_P2) @@ -7841,8 +7841,8 @@ dep->name, idesc->name, (rsrc_write?"write":"read"), note) { int p1 = CURR_SLOT.opnd[0].X_add_number - REG_P; int p2 = CURR_SLOT.opnd[1].X_add_number - REG_P; - int or_andcm = strstr(idesc->name, "or.andcm") != NULL; - int and_orcm = strstr(idesc->name, "and.orcm") != NULL; + int or_andcm = strstr (idesc->name, "or.andcm") != NULL; + int and_orcm = strstr (idesc->name, "and.orcm") != NULL; if ((idesc->operands[0] == IA64_OPND_P1 || idesc->operands[0] == IA64_OPND_P2) @@ -8304,8 +8304,8 @@ dep->name, idesc->name, (rsrc_write?"write":"read"), note) { int p1 = CURR_SLOT.opnd[0].X_add_number - REG_P; int p2 = CURR_SLOT.opnd[1].X_add_number - REG_P; - int or_andcm = strstr(idesc->name, "or.andcm") != NULL; - int and_orcm = strstr(idesc->name, "and.orcm") != NULL; + int or_andcm = strstr (idesc->name, "or.andcm") != NULL; + int and_orcm = strstr (idesc->name, "and.orcm") != NULL; if (p1 == 63 && (idesc->operands[0] == IA64_OPND_P1 |