mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 05:12:33 +08:00
* cp-names.y: Add prototype for yylex.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2005-03-20 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* cp-names.y: Add prototype for yylex.
|
||||
|
||||
2005-03-19 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* dwarf2loc.c (dwarf_expr_tls_address): Initialize ADDR.
|
||||
@ -79,7 +83,7 @@
|
||||
* Makefile.in (CLIBS): Link libbfd after libopcodes, as it is a
|
||||
more primitive library.
|
||||
|
||||
2005-03-13 Mark Kettenis <kettenis@elgar.gnu.org>
|
||||
2005-03-13 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* inf-ttrace.c (inf_ttrace_pid_to_str): Use snprintf instead of
|
||||
sprintf.
|
||||
|
@ -145,6 +145,7 @@ static struct demangle_component *d_binary (const char *,
|
||||
#define yytable cpname_yytable
|
||||
#define yycheck cpname_yycheck
|
||||
|
||||
int yyparse (void);
|
||||
static int yylex (void);
|
||||
static void yyerror (char *);
|
||||
|
||||
|
Reference in New Issue
Block a user