mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-14 07:38:41 +00:00
Wed Feb 15 16:08:47 1995 Jason Molenda <crash@cygnus.com>
* config/tc-h8500.c (tc_coff_symbol_emit_hook): Add ignored parameter, to match prototype.
This commit is contained in:
parent
49ad0c4cf3
commit
efc538bab9
@ -1,3 +1,8 @@
|
||||
Wed Feb 15 16:08:47 1995 Jason Molenda <crash@cygnus.com>
|
||||
|
||||
* config/tc-h8500.c (tc_coff_symbol_emit_hook): Add ignored
|
||||
parameter, to match prototype.
|
||||
|
||||
Wed Feb 15 15:07:00 1995 Michael Meissner <meissner@tiktok.cygnus.com>
|
||||
|
||||
* config/tc-ppc.c (md_pseudo_table): If ELF, go to ppc_elf_cons
|
||||
|
@ -1537,8 +1537,10 @@ md_pcrel_from (fixP)
|
||||
return fixP->fx_size + fixP->fx_where + fixP->fx_frag->fr_address;
|
||||
}
|
||||
|
||||
/*ARGSUSED*/
|
||||
void
|
||||
tc_coff_symbol_emit_hook ()
|
||||
tc_coff_symbol_emit_hook (ignore)
|
||||
symbolS *ignore;
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user