mirror of
https://github.com/bebbo/amigaos-binutils-2.14.git
synced 2025-12-08 22:38:24 +00:00
be nice to Eclipse
This commit is contained in:
14
gas/write.c
14
gas/write.c
@ -543,15 +543,15 @@ remove_subsegs (head, seg, root, last)
|
||||
|
||||
#ifdef BFD_ASSEMBLER
|
||||
static void
|
||||
cvt_frag_to_fill (sec, fragP)
|
||||
segT sec ATTRIBUTE_UNUSED;
|
||||
fragS *fragP;
|
||||
cvt_frag_to_fill (
|
||||
segT sec ATTRIBUTE_UNUSED,
|
||||
fragS *fragP)
|
||||
#else
|
||||
static void
|
||||
cvt_frag_to_fill (headersP, sec, fragP)
|
||||
object_headers *headersP;
|
||||
segT sec;
|
||||
fragS *fragP;
|
||||
cvt_frag_to_fill (
|
||||
object_headers *headersP,
|
||||
segT sec,
|
||||
fragS *fragP)
|
||||
#endif
|
||||
{
|
||||
switch (fragP->fr_type)
|
||||
|
||||
Reference in New Issue
Block a user