Changeset 3061bc1 in mainline for uspace/lib/c


Ignore:
Timestamp:
2018-02-28T17:52:11Z (7 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8565a42, a35b458
Parents:
1b20da0
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:29:58)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:52:11)
Message:

style: Remove trailing whitespace on non-empty lines, remaining files.

Location:
uspace/lib/c
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/Makefile

    r1b20da0 r3061bc1  
    197197        $(AUTOGEN) probe $< >$<.probe.c
    198198        $(CC_AUTOGEN) $(DEFS) $(CFLAGS) -S -o $<.probe.s $<.probe.c
    199         $(AUTOGEN) generate $< <$<.probe.s >$@   
     199        $(AUTOGEN) generate $< <$<.probe.s >$@
    200200
    201201$(LIBC_PREFIX)/arch/$(UARCH)/_link.ld: $(LIBC_PREFIX)/arch/$(UARCH)/_link.ld.in
  • uspace/lib/c/arch/ia32/_link.ld.in

    r1b20da0 r3061bc1  
    3939                *(.rel.plt);
    4040        }
    41         /* 
    42          *.rel.dyn MUST FOLLOW IMMEDIATELY after .rel.plt 
     41        /*
     42         *.rel.dyn MUST FOLLOW IMMEDIATELY after .rel.plt
    4343         * without alignment gap or DT_REL will be broken
    4444         */
Note: See TracChangeset for help on using the changeset viewer.