2
0
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:
bebbo
2018-03-11 20:00:45 +01:00
parent e35204ad1d
commit 9271de17ff
5 changed files with 64 additions and 56 deletions

View File

@ -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)