mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
* gasp.c (do_align, get_any_string): Mark as static.
(do_assigna, do_assignc, new_file): Likewise.
This commit is contained in:
@ -5,6 +5,9 @@ Mon Aug 14 14:08:07 1995 Jeff Law (law@snake.cs.utah.edu)
|
|||||||
|
|
||||||
Mon Aug 14 15:45:07 1995 Ian Lance Taylor <ian@cygnus.com>
|
Mon Aug 14 15:45:07 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* gasp.c (do_align, get_any_string): Mark as static.
|
||||||
|
(do_assigna, do_assignc, new_file): Likewise.
|
||||||
|
|
||||||
* config/tc-m68k.c (s_reg): Rename local op to rop to avoid
|
* config/tc-m68k.c (s_reg): Rename local op to rop to avoid
|
||||||
confusion with macro op.
|
confusion with macro op.
|
||||||
|
|
||||||
|
10
gas/gasp.c
10
gas/gasp.c
@ -1706,7 +1706,7 @@ do_datab (idx, in)
|
|||||||
|
|
||||||
/* .align <size> */
|
/* .align <size> */
|
||||||
|
|
||||||
void
|
static void
|
||||||
do_align (idx, in)
|
do_align (idx, in)
|
||||||
int idx;
|
int idx;
|
||||||
sb *in;
|
sb *in;
|
||||||
@ -1842,7 +1842,7 @@ do_form (idx, in)
|
|||||||
"<string>" -> return string
|
"<string>" -> return string
|
||||||
xyx<whitespace> -> return xyz
|
xyx<whitespace> -> return xyz
|
||||||
*/
|
*/
|
||||||
int
|
static int
|
||||||
get_any_string (idx, in, out, expand, pretend_quoted)
|
get_any_string (idx, in, out, expand, pretend_quoted)
|
||||||
int idx;
|
int idx;
|
||||||
sb *in;
|
sb *in;
|
||||||
@ -2263,7 +2263,7 @@ free_old_entry (ptr)
|
|||||||
|
|
||||||
/* name: .ASSIGNA <value> */
|
/* name: .ASSIGNA <value> */
|
||||||
|
|
||||||
void
|
static void
|
||||||
do_assigna (idx, in)
|
do_assigna (idx, in)
|
||||||
int idx;
|
int idx;
|
||||||
sb *in;
|
sb *in;
|
||||||
@ -2291,7 +2291,7 @@ do_assigna (idx, in)
|
|||||||
|
|
||||||
/* name: .ASSIGNC <string> */
|
/* name: .ASSIGNC <string> */
|
||||||
|
|
||||||
void
|
static void
|
||||||
do_assignc (idx, in)
|
do_assignc (idx, in)
|
||||||
int idx;
|
int idx;
|
||||||
sb *in;
|
sb *in;
|
||||||
@ -3804,7 +3804,7 @@ do_sdatab (idx, in)
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
static int
|
||||||
new_file (name)
|
new_file (name)
|
||||||
const char *name;
|
const char *name;
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user