mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
* config/tc-sh.h (sh_coff_reloc_mangle): Delete an extra
parenthesis.
This commit is contained in:
parent
9367a73cbc
commit
224186bcdc
@ -1,3 +1,8 @@
|
||||
2003-10-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
|
||||
|
||||
* config/tc-sh.h (sh_coff_reloc_mangle): Delete an extra
|
||||
parenthesis.
|
||||
|
||||
2003-10-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
|
||||
|
||||
* config/tc-sh.c: Convert to ISO C90. Remove unnecessary
|
||||
|
@ -154,7 +154,7 @@ extern void sh_frob_file (void);
|
||||
sh_coff_reloc_mangle ((seg), (fix), (int), (paddr))
|
||||
extern void sh_coff_reloc_mangle
|
||||
(struct segment_info_struct *, struct fix *,
|
||||
struct internal_reloc *, unsigned int));
|
||||
struct internal_reloc *, unsigned int);
|
||||
|
||||
#define tc_coff_symbol_emit_hook(a) ; /* not used */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user