Changeset b169619 in mainline for boot/arch/ppc32/meson.build


Ignore:
Timestamp:
2023-10-27T17:38:32Z (7 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master, topic/msim-upgrade, topic/simplify-dev-export
Children:
44e8541
Parents:
c89ae25
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-27 13:19:20)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-27 17:38:32)
Message:

Deduplicate mem functions

There are a number of functions which are copied between
kernel, libc, and potentially boot too. mem*() functions
are first such offenders. All this duplicate code will
be moved to directory 'common'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/ppc32/meson.build

    rc89ae25 rb169619  
    3737        'src/ofw.c',
    3838
     39        '../../../common/stdc/mem.c',
    3940        '../../genarch/src/ofw.c',
    4041        '../../genarch/src/ofw_tree.c',
     
    4243        '../../genarch/src/multiplication.c',
    4344        '../../generic/src/balloc.c',
    44         '../../generic/src/memstr.c',
    4545        '../../generic/src/printf_core.c',
    4646        '../../generic/src/vprintf.c',
Note: See TracChangeset for help on using the changeset viewer.