mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 14:30:48 +00:00
* config/e-criself.c: Fix typo in last change.
This commit is contained in:
parent
cc6a87da5e
commit
ebd0428ffe
@ -1,3 +1,7 @@
|
||||
2002-12-13 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* config/e-criself.c: Fix typo in last change.
|
||||
|
||||
2002-12-13 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* write.c (write_object_file): Fix signed/unsigned warning.
|
||||
@ -379,8 +383,8 @@
|
||||
* macro.h: Update prototypes to remove comment_char parameter.
|
||||
Fix formatting.
|
||||
* read.c (read_a_source_file, s_irp): Remove comment_char
|
||||
parameter from invocation of functions in macro.c
|
||||
|
||||
parameter from invocation of functions in macro.c
|
||||
|
||||
2002-12-02 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* read.c (emit_expr) [!WORKING_DOT_WORD]: Initialize x->use_jump.
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include "as.h"
|
||||
#include "emul.h"
|
||||
|
||||
static const char *crisaout_bfd_name PARAMS ((void));
|
||||
static const char *criself_bfd_name PARAMS ((void));
|
||||
|
||||
static const char *
|
||||
criself_bfd_name ()
|
||||
|
Loading…
Reference in New Issue
Block a user