mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-14 03:15:06 +08:00
* arsup.c: Remove ARGSUSED.
* debug.c: Likewise. * ieee.c: Likewise. * nlmconv.c: Likewise. * prdbg.c: Likewise. * stabs.c: Likewise. * wrstabs.c: Likewise.
This commit is contained in:
@ -4102,7 +4102,6 @@ static const struct debug_write_fns ieee_fns =
|
||||
|
||||
/* Initialize a buffer to be empty. */
|
||||
|
||||
/*ARGSUSED*/
|
||||
static boolean
|
||||
ieee_init_buffer (info, buflist)
|
||||
struct ieee_handle *info ATTRIBUTE_UNUSED;
|
||||
@ -4143,7 +4142,6 @@ ieee_change_buffer (info, buflist)
|
||||
|
||||
/* Append a buffer chain. */
|
||||
|
||||
/*ARGSUSED*/
|
||||
static boolean
|
||||
ieee_append_buffer (info, mainbuf, newbuf)
|
||||
struct ieee_handle *info ATTRIBUTE_UNUSED;
|
||||
@ -5273,7 +5271,6 @@ ieee_add_bb11 (info, sec, low, high)
|
||||
down the file name anyhow. IEEE debugging information doesn't seem
|
||||
to store this information anywhere. */
|
||||
|
||||
/*ARGSUSED*/
|
||||
static boolean
|
||||
ieee_start_source (p, filename)
|
||||
PTR p ATTRIBUTE_UNUSED;
|
||||
@ -5737,7 +5734,6 @@ ieee_range_type (p, low, high)
|
||||
|
||||
/* Make an array type. */
|
||||
|
||||
/*ARGSUSED*/
|
||||
static boolean
|
||||
ieee_array_type (p, low, high, stringp)
|
||||
PTR p;
|
||||
|
Reference in New Issue
Block a user