| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: sdcc | Distribution: SUSE Linux Enterprise 16 |
| Version: 4.2.0 | Vendor: openSUSE |
| Release: bp160.1.48 | Build date: Wed Apr 3 15:49:43 2024 |
| Group: Development/Languages/C and C++ | Build host: reproducible |
| Size: 43819602 | Source RPM: sdcc-4.2.0-bp160.1.48.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://sdcc.sourceforge.net/ | |
| Summary: Small Device C Compiler | |
SDCC is a C compiler for 8051 class and similar microcontrollers. The package includes the compiler, assemblers and linkers, a device simulator and a core library. The processors supported (to a varying degree) include the 8051, ds390, z80, hc08, and PIC.
GPL-2.0-or-later AND GPL-3.0-or-later
* Wed Apr 03 2024 Wojciech Kazubski <wk@ire.pw.edu.pl>
- Fix build for Tumbleweed (missing amstext.sty file)
* Mon Feb 26 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
* Fri Feb 16 2024 Wojciech Kazubski <wk@ire.pw.edu.pl>
- Use prebuilt sdccman.pdf as a workaround for build fail on Leap 15.x
(pdf manual not building, probably inkscape is too old)
* Thu Sep 29 2022 Andrea Manzini <andrea.manzini@suse.com>
- Update to version 4.2.0
* New Feature List:
- C23 memset_explicit
- Support for --oldralloc has been removed from the
z80, z180, tlcs90, z80n, ez80_z80, r2k, r2ka, r3ka backends.
- gbz80 port now uses more efficient block-initalization of
global variables (users of a custom crt0 need to adapt theirs).
- Full support for __z88dk_callee for the
z80, z180, gbz80, tlcs90, z80n, ez80_z80, r2k, r2ka, r3ka, stm8 backends.
- Support for __raisonance, __iar and __cosmic calling conventions for stm8.
- Support for a new __sdcccall(1) calling convention in the stm8 port AS NEW DEFAULT.
- Support for a new __sdcccall(1) calling convention in the gbz80 port AS NEW DEFAULT.
- Support for a new __sdcccall(1) calling convention in the z80, z80n and z180 ports AS NEW DEFAULT.
- Support for a new __sdcccall(1) calling convention in the r2k, r2ka, r3k, tlcs90 and ez80_z80 ports.
- Removed support for --profile for gbz80, z80, z180, tlcs90, z80n, ez80_z80, r2k, r2ka, r3ka backends.
- The z80n port Z80N Core minimum version has been raised from 1.0 to 2.0.
- Improved rematerialization support in the
stm8, gbz80, z80, z180, tlcs90, z80n, ez80_z80, r2k, r2ka, r3ka backends.
- The gbz80 port was renamed to sm83.
- New in-development mos6502 port.
* Thu Apr 28 2022 Dominique Leuenberger <dimstar@opensuse.org>
- Adjust rpmlint filter:
+ binaryinfo-readelf-failed.* => readelf-failed.*
+ Filter out ar-failed /usr/share/sdcc/: file format not recognized
+ Drop files-duplicated-waste filter: no duplicate files existing
* Tue May 04 2021 Wojciech Kazubski <wk@ire.pw.edu.pl>
- fixed build for Tumbleweed
* Sun Apr 04 2021 Wojciech Kazubski <wk@ire.pw.edu.pl>
- Update to version 4.1.0
* New Feature List:
- New z80n port for the Spectrum Next CPU (a Z80 variant).
- Much better register allocation in the gbz80 backend.
- Workarounds for Rabbit wait state bugs in the r2k backend.
- New r2ka port to better support Rabbit 2000A, 2000B, 2000C, 3000.
- Default crt0 and --data-loc for Rabbits suitable for typical
Rabbit hardware configurations, such as the RCMs.
- Many improvements in code generation for z80 and related ports.
- Rabbit register definition headers for Rabbit 2000, 2000A,
2000B, 2000C, 3000, 3000A.
- C23 digit separators.
* Numerous other new features and bug fixes are included as well.
- Patch sdcc-fixupInlineLabel.patch removed (applied upstream)
* Wed Sep 30 2020 Reinhard Max <max@suse.com>
- Update to version 4.0.0
* The pdk15 backend now passes the regression tests (both with
and without --stack-auto), and is thus considered stable.
* New in-development pdk13 backend for Padauk µC with 13-bit
wide program memory.
* C2X memccpy(), strdup(), strndup().
* Better tail call optimization.
* Many fixes in the pic14 backend.
* C2X u8 character constants.
* C2X bool, static_assert, alignof, alignas.
* C2X attributes on statements.
* C2X attribute declarations.
* Support for extended ASCII characters in sdas, sdld.
* Compiler support for UCNs and non-ASCII utf8 in identifiers.
- Fix build by adding sdcc-fixupInlineLabel.patch to fix a
potential buffer overflow.
- Add sdcc-pcode.patch to fix a strict aliasing warning and remove
- fno-strict-aliasing from CFLAGS.
- Remove executable bits from source files to make rpmlint happy.
* Mon Nov 18 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to version 3.9.0
* Support for struct / union assignment.
* Optimizations in the stm8 backend relevant to soft float increase
Whetstone score by two thirds.
* Improvements in rematerialization in the stm8 backend improve code
generation for struct, union and arrays.
* New stack allocator reduces stack space usage for the stm8, z80, z180,
gbz80, r2k, r3ka, tlcs90 backends.
* New ez80_z80 backend for eZ80 in Z80 mode.
* Removed deprecated sdcclib utility.
* New pdk14 backend for Padauk µC with 14-bit wide program memory.
* New in-development pdk15 backend for Padauk µC with 15-bit wide program
memory.
- Update to version 3.8.0
* Additional general utility function: bsearch().
* Support for rematerialization in the stm8 backend reduces register
pressure and stack usage.
* Merged upstream GNU binutils 2.30
* All Python code is now fully compatible with both Python 2.7 and
Python 3.6, so Python 3 can be used instead of Python 2.
* Regression testing for diagnostics.
* Improved handling of local bool variables in the mcs51 backend
substantially reduces code size.
* Large memory model for stm8 for 24-bit codespace allows using more
than 32KB of Flash for code.
* New optimizations for calls to some standard library function
(printf(), puts(), strcpy()).
* The type of true and false from stdbool.h change from int to bool.
* New C2X mode (--std-c2x, --std-sdcc2x, #pragma std_c2x) adds support
for one-argument static_assert variant.
* Intermingling of declarations and statements (ISO C99).
* Support headers for AX8052 devices.
* Adopted GCC 8.2 regression tests (execute part of the GCC C torture tests)
- Update to version 3.7.0
* Changed putchar() prototype from void putchar(char) to int putchar(int)
to improve standard-compliance and allow error reporting.
* Various speed improvements in stm8 backend - Dhrystone score more than
doubled, resulting in SDCC achieving the highest Dhrystone scores
among STM8 C implementations.
* Various speed improvements for multiplications resulting in SDCC achieving
the highest Coremark scores among STM8 C implementations.
* Declarations in for loops (ISO C99).
* 64-bit integers (long long) for the mcs51 and ds390 backends (now long long
is fully supported in SDCC except for the pic14 and pic16 backends).
* Full _Bool support for mcs51 and ds390 backend (now _Bool is fully
supported in SDCC regardless of backend).
* Additional wide character library functions: mbstowcs() and wcstombs(),
btowc() and wctob(), wcscmp(), wcslen().
* Changed PRNG for rand() from LCG to xorshift to improve speed and quality.
* Support for Small-C calling convention on the callee side (i.e. function
definitions with Small-C calling convention).
* The obsolete macro SDCC (which used to contain the version number encoded
as an integer) has finally been removed (except for mcs51, where it will
survive a little bit longer for SiLabs IDE compability).
* New devices supported by simulator (TLCS-90, and the 517, F380, XC88X,
DS320 mcs51-variants along with dual-dptr and MDU support).
* Timer, UART (incl. interrupt) and I/O support in STM8 simulator.
* Simulator support for banked memory and bit banding.
* Various simulator improvements: Conditional breakpoints, breakpoints by
function name from SDCC debug output, OMF input, VCD output, simulator
interface for simulated program and new operators in expressions.
* Deprecated --nojtbound and the corresponding pragma.
* Faster register allocator reduces compilation time by about 25% (does not
apply to mcs51, ds390 which use a different register allocator).
* Execution count guessing and use of execution count guesses in stm8
register allocation improve optimization for code speed.
* Changed getchar() prototype from char getchar(void) to int getchar(void)
to improve standard-compliance and allow error reporting.
* Type qualifiers in array parameters (ISO C99).
* static in array parameters (ISO C99).
* Improved support for DWARFv2 debug info in ELF output (stm8, hc08, s08).
* Various improvements in z80/z180/gbz80/tlcs90/r2k/r3ka code generation,
in particular for mixed 16-/32-bit code.
* __z88dk_fastcall function pointer support for --reserve-regs-iy.
* tlcs90 is now a fully supported backend, no longer work in progress.
* --data-seg to specify the segment for non-initialized data in the z80,
z180, gbz80, tlcs90, r2k and r3ka backends.
* New methods to obtain tree-decompositions of control-flow graphs improve
compilation time / code-quality trade-off (when SDCC is built with
support for the treedec library).
* Additional general utility functions: qsort(), strtol(), strtoul().
- Rebase 0001-Doc-Disable-fallback-to-dvipdfm-remove-non-pdftex-ta.patch
- Rebase patch sdcc_enable_additional_target_libs.patch
- Use Python 3 for building, remove unused pyton-devel BuildRequires
* Thu Dec 13 2018 Michal Suchanek <msuchanek@suse.de>
- Fix Tumbleweed build.
- Instead of including prebuilt MCS51_named.pdf build it during package build.
Besides avoiding the ImageMagick problem with interpreting PS this also
avoids rasterising the image.
* Thu Oct 18 2018 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Delete PowerPC embedspu script from sdbinutils which conflicts with binutils,
fixes boo#1112433
* Tue Oct 02 2018 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Add pre-converted MCS51_named.pdf to sources, to avoid the lossy
SVG -> EPS (rasterized) -> PDF conversion of the distributed SVG.
[bsc#1109976]
* Sat Feb 03 2018 stefan.bruens@rwth-aachen.de
- Add explicit BuildRequires: for footnote.sty
- Remove handling of obsolete distribution versions
- Cleanup spec, remove code necessary for older sdcc versions
- Drop dvipdfm and latex2html BuildRequires:, these are not really
used
- Add 0001-Doc-Disable-fallback-to-dvipdfm-remove-non-pdftex-ta.patch
* do not build dvi file, but use pdflatex to build references (.aux)
* use PDF version 1.5 instead of 1.3, reduces sdccman.pdf size by 40%
* Thu Feb 02 2017 adam.majer@suse.de
- use individual libboost-*-devel packages instead of boost-devel
* Tue Sep 20 2016 stefan.bruens@rwth-aachen.de
- Spec file cleanup:
* disable non-free build, instead of deleting build files
* do not install bfd info, which conflicts with binutils package,
and is useless, as sdcc links libbfd statically
* cleanup %doc
* Tue Sep 06 2016 wk@ire.pw.edu.pl
- Fixed info file uninstall
* Mon Sep 05 2016 wk@ire.pw.edu.pl
- Update to version 3.5.0
* Merged upstream binutils 2.25
* New memory management with lower overhead
* Changed default language dialect to --std-sdcc11
* Diagnostic for missing type specifier: No implicit int outside of C90 mode anymore
* C11 generic selections
* char type is now unsigned by default (old behaviour can be restored using --fsigned-char)
* Character constants are now of type int instead of char.
* ISO C95 and ISO C11 wide character constants
* ISO C95 and ISO C11 wide string literals
* Basic standard library support for wide characters: c16rtomb(), mbrtoc16(), mbsinit(), mbtowc(), mbrlen(), mbrtoc32, c32rtomb(), mbrtowc(), wcrtomb(), mblen(), wctomb()
* Treat all ports the same in the manual (i.e. mcs51-specific stuff is now clearly described as such)
* Reorganized interrupt handling for z80, z180, r2k, r3ka, tlcs90, gbz80 backends
* Workaround for stm8 division hardware bug
* ELF/DWARF support for stm8
* Output symbol table for ELF
* pic16 port now uses standard-compliant crt0iz that initializes static and globals to 0 by default
- Numerous feature requests and bug fixes are included as well.
- Removed patch sdcc_add_ppc64le_suse_support.patch (applied upstream)
- Modified patch sdcc_enable_additional_target_libs.patch
* Tue Aug 16 2016 dimstar@opensuse.org
- BuildRequire texlive-xetex-bin in plus in openSUSE Tumbleweed in
order to workaround boo#992360.
* Fri Oct 30 2015 tobias.johannes.klausmann@mni.thm.de
- Build additional libraries sdcc can link against
- Add patch sdcc_enable_additional_target_libs.patch
* Tue Aug 25 2015 dmitry_r@opensuse.org
- Add _constraints file, 3 Gb of memory are required
* Tue Aug 18 2015 normand@linux.vnet.ibm.com
- new patch to build on ppc64le
sdcc_add_ppc64le_suse_support.patch
* Fri Jun 26 2015 dmitry_r@opensuse.org
- Update to version 3.5.0
* Changed default language dialect from --std-sdcc89 to --std-sdcc99
* Reorganized and updated manual
* Reduced memory consumption (most noticeable for high --max-allocs-per-node)
* Faster compilation for stm8 (most noticeable for high --max-allocs-per-node)
* atoll() function for conversion of strings to long long
* __z88dk_fastcall and __z88dk_callee calling conventions for more
efficient function calls and better compability with z88dk
* --lospre-unsafe-read renamed to --allow-unsafe-read
- Drop obsolete
* sdcc-remove-strndup.patch
* sdcc-libiberty.patch
* Sun Nov 30 2014 wk@ire.pw.edu.pl
- Fixed build for Tumbleweed and Factory by adding patch
sdcc-remove-strndup.patch
- added patch sdcc-libiberty.patch
* Thu Jul 31 2014 dmitry_r@opensuse.org
- Change package license to GPL-2.0+ and GPL-3.0+ [bnc#889723]
* Mon Jul 28 2014 dmitry_r@opensuse.org
- spec file cleanup
- Remove non-free libraries
- Move libc sources to separate package
* Thu Oct 04 2012 Wojciech Kazubski <wk@ire.pw.edu.pl> -3.2.0-13
- update to 3.2.0
* Mon Sep 03 2012 Wojciech Kazubski <wk@ire.pw.edu.pl>
- update to 3.1.0
* Fri Nov 30 2007 Tuukka Pasanen <rpms@ilmi.fi>
- New version
* Tue Feb 20 2007 Tuukka Pasanen <rpms@ilmi.fi>
- Initial build
/usr/bin/as2gbmap /usr/bin/makebin /usr/bin/packihx /usr/bin/s51 /usr/bin/savr /usr/bin/sdar /usr/bin/sdas390 /usr/bin/sdas6500 /usr/bin/sdas6808 /usr/bin/sdas8051 /usr/bin/sdasgb /usr/bin/sdaspdk13 /usr/bin/sdaspdk14 /usr/bin/sdaspdk15 /usr/bin/sdasrab /usr/bin/sdasstm8 /usr/bin/sdastlcs90 /usr/bin/sdasz80 /usr/bin/sdcc /usr/bin/sdcdb /usr/bin/sdcpp /usr/bin/sdld /usr/bin/sdld6808 /usr/bin/sdldgb /usr/bin/sdldpdk /usr/bin/sdldstm8 /usr/bin/sdldz80 /usr/bin/sdnm /usr/bin/sdobjcopy /usr/bin/sdranlib /usr/bin/serialview /usr/bin/shc08 /usr/bin/sm6800 /usr/bin/sm6809 /usr/bin/sm68hc08 /usr/bin/sm68hc11 /usr/bin/smos6502 /usr/bin/sp1516 /usr/bin/spblaze /usr/bin/spdk /usr/bin/srxk /usr/bin/sst7 /usr/bin/sstm8 /usr/bin/stlcs /usr/bin/sxa /usr/bin/sz80 /usr/bin/ucsim_51 /usr/bin/ucsim_avr /usr/bin/ucsim_hc08 /usr/bin/ucsim_m6800 /usr/bin/ucsim_m6809 /usr/bin/ucsim_m68hc08 /usr/bin/ucsim_m68hc11 /usr/bin/ucsim_mcs6502 /usr/bin/ucsim_mos6502 /usr/bin/ucsim_p1516 /usr/bin/ucsim_pblaze /usr/bin/ucsim_pdk /usr/bin/ucsim_rxk /usr/bin/ucsim_st7 /usr/bin/ucsim_stm8 /usr/bin/ucsim_tlcs /usr/bin/ucsim_xa /usr/bin/ucsim_z80 /usr/share/doc/packages/sdcc /usr/share/doc/packages/sdcc/ChangeLog /usr/share/doc/packages/sdcc/README.txt /usr/share/emacs/site-lisp /usr/share/emacs/site-lisp/sdcdb.el /usr/share/emacs/site-lisp/sdcdbsrc.el /usr/share/licenses/sdcc /usr/share/licenses/sdcc/COPYING /usr/share/sdcc /usr/share/sdcc/include /usr/share/sdcc/include/asm /usr/share/sdcc/include/asm/default /usr/share/sdcc/include/asm/default/features.h /usr/share/sdcc/include/asm/ds390 /usr/share/sdcc/include/asm/ds390/features.h /usr/share/sdcc/include/asm/mcs51 /usr/share/sdcc/include/asm/mcs51/features.h /usr/share/sdcc/include/asm/pic14 /usr/share/sdcc/include/asm/pic14/features.h /usr/share/sdcc/include/asm/pic16 /usr/share/sdcc/include/asm/pic16/features.h /usr/share/sdcc/include/asm/r2k /usr/share/sdcc/include/asm/r2k/features.h /usr/share/sdcc/include/asm/r3ka /usr/share/sdcc/include/asm/r3ka/features.h /usr/share/sdcc/include/asm/sm83 /usr/share/sdcc/include/asm/sm83/features.h /usr/share/sdcc/include/asm/stm8 /usr/share/sdcc/include/asm/stm8/features.h /usr/share/sdcc/include/asm/tlcs90 /usr/share/sdcc/include/asm/tlcs90/features.h /usr/share/sdcc/include/asm/z80 /usr/share/sdcc/include/asm/z80/features.h /usr/share/sdcc/include/assert.h /usr/share/sdcc/include/ctype.h /usr/share/sdcc/include/ds390 /usr/share/sdcc/include/ds390/serial390.h /usr/share/sdcc/include/ds400 /usr/share/sdcc/include/ds400/ds400rom.h /usr/share/sdcc/include/ds80c390.h /usr/share/sdcc/include/errno.h /usr/share/sdcc/include/float.h /usr/share/sdcc/include/hc08 /usr/share/sdcc/include/hc08/mc68hc908apxx.h /usr/share/sdcc/include/hc08/mc68hc908gp32.h /usr/share/sdcc/include/hc08/mc68hc908jb8.h /usr/share/sdcc/include/hc08/mc68hc908jkjl.h /usr/share/sdcc/include/hc08/mc68hc908qy.h /usr/share/sdcc/include/iso646.h /usr/share/sdcc/include/limits.h /usr/share/sdcc/include/math.h /usr/share/sdcc/include/mcs51 /usr/share/sdcc/include/mcs51/8051.h /usr/share/sdcc/include/mcs51/8052.h /usr/share/sdcc/include/mcs51/ADuC84x.h /usr/share/sdcc/include/mcs51/AT89C513xA.h /usr/share/sdcc/include/mcs51/C8051F000.h /usr/share/sdcc/include/mcs51/C8051F018.h /usr/share/sdcc/include/mcs51/C8051F020.h /usr/share/sdcc/include/mcs51/C8051F040.h /usr/share/sdcc/include/mcs51/C8051F060.h /usr/share/sdcc/include/mcs51/C8051F120.h /usr/share/sdcc/include/mcs51/C8051F200.h /usr/share/sdcc/include/mcs51/C8051F300.h /usr/share/sdcc/include/mcs51/C8051F310.h /usr/share/sdcc/include/mcs51/C8051F320.h /usr/share/sdcc/include/mcs51/C8051F326.h /usr/share/sdcc/include/mcs51/C8051F330.h /usr/share/sdcc/include/mcs51/C8051F336.h /usr/share/sdcc/include/mcs51/C8051F340.h /usr/share/sdcc/include/mcs51/C8051F350.h /usr/share/sdcc/include/mcs51/C8051F360.h /usr/share/sdcc/include/mcs51/C8051F410.h /usr/share/sdcc/include/mcs51/C8051F520.h /usr/share/sdcc/include/mcs51/C8051F920.h /usr/share/sdcc/include/mcs51/C8051T600.h /usr/share/sdcc/include/mcs51/C8051T610.h /usr/share/sdcc/include/mcs51/C8051T630.h /usr/share/sdcc/include/mcs51/EFM8BB1.h /usr/share/sdcc/include/mcs51/P89LPC901.h /usr/share/sdcc/include/mcs51/P89LPC922.h /usr/share/sdcc/include/mcs51/P89LPC925.h /usr/share/sdcc/include/mcs51/P89LPC932.h /usr/share/sdcc/include/mcs51/P89c51RD2.h /usr/share/sdcc/include/mcs51/SST89x5xRDx.h /usr/share/sdcc/include/mcs51/XC866.h /usr/share/sdcc/include/mcs51/at89S8252.h /usr/share/sdcc/include/mcs51/at89Sx051.h /usr/share/sdcc/include/mcs51/at89c51ed2.h /usr/share/sdcc/include/mcs51/at89c51id2.h /usr/share/sdcc/include/mcs51/at89c51snd1c.h /usr/share/sdcc/include/mcs51/at89c55.h /usr/share/sdcc/include/mcs51/at89s53.h /usr/share/sdcc/include/mcs51/at89s8253.h /usr/share/sdcc/include/mcs51/at89x051.h /usr/share/sdcc/include/mcs51/at89x51.h /usr/share/sdcc/include/mcs51/at89x52.h /usr/share/sdcc/include/mcs51/ax8052.h /usr/share/sdcc/include/mcs51/ax8052f131.h /usr/share/sdcc/include/mcs51/ax8052f142.h /usr/share/sdcc/include/mcs51/ax8052f143.h /usr/share/sdcc/include/mcs51/ax8052f151.h /usr/share/sdcc/include/mcs51/cc1110.h /usr/share/sdcc/include/mcs51/cc2430.h /usr/share/sdcc/include/mcs51/cc2510fx.h /usr/share/sdcc/include/mcs51/cc2530.h /usr/share/sdcc/include/mcs51/compiler.h /usr/share/sdcc/include/mcs51/lint.h /usr/share/sdcc/include/mcs51/mcs51reg.h /usr/share/sdcc/include/mcs51/msc1210.h /usr/share/sdcc/include/mcs51/msm8xc154s.h /usr/share/sdcc/include/mcs51/p89c66x.h /usr/share/sdcc/include/mcs51/p89lpc9321.h /usr/share/sdcc/include/mcs51/p89lpc9331.h /usr/share/sdcc/include/mcs51/p89lpc933_4.h /usr/share/sdcc/include/mcs51/p89lpc9351.h /usr/share/sdcc/include/mcs51/p89lpc935_6.h /usr/share/sdcc/include/mcs51/p89lpc938.h /usr/share/sdcc/include/mcs51/p89v51rd2.h /usr/share/sdcc/include/mcs51/p89v66x.h /usr/share/sdcc/include/mcs51/reg51.h /usr/share/sdcc/include/mcs51/reg764.h /usr/share/sdcc/include/mcs51/regc515c.h /usr/share/sdcc/include/mcs51/sab80515.h /usr/share/sdcc/include/mcs51/ser.h /usr/share/sdcc/include/mcs51/ser_ir.h /usr/share/sdcc/include/mcs51/serial.h /usr/share/sdcc/include/mcs51/serial_IO.h /usr/share/sdcc/include/mcs51/stc12.h /usr/share/sdcc/include/mcs51/stc89.h /usr/share/sdcc/include/mcs51/uPSD32xx.h /usr/share/sdcc/include/mcs51/uPSD33xx.h /usr/share/sdcc/include/mcs51/w7100.h /usr/share/sdcc/include/pic14 /usr/share/sdcc/include/pic14/math.h /usr/share/sdcc/include/pic14/p16f_common.inc /usr/share/sdcc/include/pic14/pic14_malloc.h /usr/share/sdcc/include/pic14/pic14devices.txt /usr/share/sdcc/include/pic14/pic16fam.h /usr/share/sdcc/include/pic14/pic16regs.h /usr/share/sdcc/include/pic14/sdcc-lib.h /usr/share/sdcc/include/pic14/setjmp.h /usr/share/sdcc/include/pic14/stdarg.h /usr/share/sdcc/include/pic14/stdio.h /usr/share/sdcc/include/pic14/stdlib.h /usr/share/sdcc/include/pic14/time.h /usr/share/sdcc/include/pic16 /usr/share/sdcc/include/pic16/adc.h /usr/share/sdcc/include/pic16/ctype.h /usr/share/sdcc/include/pic16/delay.h /usr/share/sdcc/include/pic16/errno.h /usr/share/sdcc/include/pic16/float.h /usr/share/sdcc/include/pic16/gstack.h /usr/share/sdcc/include/pic16/i2c.h /usr/share/sdcc/include/pic16/limits.h /usr/share/sdcc/include/pic16/malloc.h /usr/share/sdcc/include/pic16/math.h /usr/share/sdcc/include/pic16/p18fxxx.inc /usr/share/sdcc/include/pic16/pic16devices.txt /usr/share/sdcc/include/pic16/pic18fregs.h /usr/share/sdcc/include/pic16/sdcc-lib.h /usr/share/sdcc/include/pic16/signal.h /usr/share/sdcc/include/pic16/stdarg.h /usr/share/sdcc/include/pic16/stddef.h /usr/share/sdcc/include/pic16/stdint.h /usr/share/sdcc/include/pic16/stdio.h /usr/share/sdcc/include/pic16/stdlib.h /usr/share/sdcc/include/pic16/string.h /usr/share/sdcc/include/pic16/usart.h /usr/share/sdcc/include/rab /usr/share/sdcc/include/rab/r2k.h /usr/share/sdcc/include/rab/r2ka.h /usr/share/sdcc/include/rab/r2kb.h /usr/share/sdcc/include/rab/r2kc.h /usr/share/sdcc/include/rab/r3k.h /usr/share/sdcc/include/rab/r3ka.h /usr/share/sdcc/include/sdcc-lib.h /usr/share/sdcc/include/setjmp.h /usr/share/sdcc/include/signal.h /usr/share/sdcc/include/stdalign.h /usr/share/sdcc/include/stdarg.h /usr/share/sdcc/include/stdatomic.h /usr/share/sdcc/include/stdbool.h /usr/share/sdcc/include/stdckdint.h /usr/share/sdcc/include/stddef.h /usr/share/sdcc/include/stdint.h /usr/share/sdcc/include/stdio.h /usr/share/sdcc/include/stdlib.h /usr/share/sdcc/include/stdnoreturn.h /usr/share/sdcc/include/string.h /usr/share/sdcc/include/time.h /usr/share/sdcc/include/tinibios.h /usr/share/sdcc/include/uchar.h /usr/share/sdcc/include/wchar.h /usr/share/sdcc/include/z180 /usr/share/sdcc/include/z180/z180.h /usr/share/sdcc/lib /usr/share/sdcc/lib/ds390 /usr/share/sdcc/lib/ds390/libds390.lib /usr/share/sdcc/lib/ds390/libfloat.lib /usr/share/sdcc/lib/ds390/libint.lib /usr/share/sdcc/lib/ds390/liblong.lib /usr/share/sdcc/lib/ds390/liblonglong.lib /usr/share/sdcc/lib/ds390/libsdcc.lib /usr/share/sdcc/lib/ds400 /usr/share/sdcc/lib/ds400/libds400.lib /usr/share/sdcc/lib/ds400/libfloat.lib /usr/share/sdcc/lib/ds400/libint.lib /usr/share/sdcc/lib/ds400/liblong.lib /usr/share/sdcc/lib/ds400/liblonglong.lib /usr/share/sdcc/lib/ds400/libsdcc.lib /usr/share/sdcc/lib/ez80_z80 /usr/share/sdcc/lib/ez80_z80/crt0.rel /usr/share/sdcc/lib/ez80_z80/ez80_z80.lib /usr/share/sdcc/lib/hc08 /usr/share/sdcc/lib/hc08/hc08.lib /usr/share/sdcc/lib/huge /usr/share/sdcc/lib/huge-stack-auto /usr/share/sdcc/lib/huge-stack-auto/libfloat.lib /usr/share/sdcc/lib/huge-stack-auto/libint.lib /usr/share/sdcc/lib/huge-stack-auto/liblong.lib /usr/share/sdcc/lib/huge-stack-auto/liblonglong.lib /usr/share/sdcc/lib/huge-stack-auto/libsdcc.lib /usr/share/sdcc/lib/huge-stack-auto/mcs51.lib /usr/share/sdcc/lib/huge/libfloat.lib /usr/share/sdcc/lib/huge/libint.lib /usr/share/sdcc/lib/huge/liblong.lib /usr/share/sdcc/lib/huge/liblonglong.lib /usr/share/sdcc/lib/huge/libsdcc.lib /usr/share/sdcc/lib/huge/mcs51.lib /usr/share/sdcc/lib/large /usr/share/sdcc/lib/large-stack-auto /usr/share/sdcc/lib/large-stack-auto/libfloat.lib /usr/share/sdcc/lib/large-stack-auto/libint.lib /usr/share/sdcc/lib/large-stack-auto/liblong.lib /usr/share/sdcc/lib/large-stack-auto/liblonglong.lib /usr/share/sdcc/lib/large-stack-auto/libsdcc.lib /usr/share/sdcc/lib/large-stack-auto/mcs51.lib /usr/share/sdcc/lib/large/libfloat.lib /usr/share/sdcc/lib/large/libint.lib /usr/share/sdcc/lib/large/liblong.lib /usr/share/sdcc/lib/large/liblonglong.lib /usr/share/sdcc/lib/large/libsdcc.lib /usr/share/sdcc/lib/large/mcs51.lib /usr/share/sdcc/lib/medium /usr/share/sdcc/lib/medium-stack-auto /usr/share/sdcc/lib/medium-stack-auto/libfloat.lib /usr/share/sdcc/lib/medium-stack-auto/libint.lib /usr/share/sdcc/lib/medium-stack-auto/liblong.lib /usr/share/sdcc/lib/medium-stack-auto/liblonglong.lib /usr/share/sdcc/lib/medium-stack-auto/libsdcc.lib /usr/share/sdcc/lib/medium-stack-auto/mcs51.lib /usr/share/sdcc/lib/medium/libfloat.lib /usr/share/sdcc/lib/medium/libint.lib /usr/share/sdcc/lib/medium/liblong.lib /usr/share/sdcc/lib/medium/liblonglong.lib /usr/share/sdcc/lib/medium/libsdcc.lib /usr/share/sdcc/lib/medium/mcs51.lib /usr/share/sdcc/lib/mos6502 /usr/share/sdcc/lib/mos6502/crt0.rel /usr/share/sdcc/lib/mos6502/mos6502.lib /usr/share/sdcc/lib/pdk13 /usr/share/sdcc/lib/pdk13/pdk13.lib /usr/share/sdcc/lib/pdk14 /usr/share/sdcc/lib/pdk14/pdk14.lib /usr/share/sdcc/lib/pdk15 /usr/share/sdcc/lib/pdk15-stack-auto /usr/share/sdcc/lib/pdk15-stack-auto/pdk15.lib /usr/share/sdcc/lib/pdk15/pdk15.lib /usr/share/sdcc/lib/pic14 /usr/share/sdcc/lib/pic16 /usr/share/sdcc/lib/pic16/crt0.o /usr/share/sdcc/lib/pic16/crt0i.o /usr/share/sdcc/lib/pic16/crt0iz.o /usr/share/sdcc/lib/pic16/libc18f.lib /usr/share/sdcc/lib/pic16/libcrt0.lib /usr/share/sdcc/lib/pic16/libcrt0i.lib /usr/share/sdcc/lib/pic16/libcrt0iz.lib /usr/share/sdcc/lib/pic16/libdebug.lib /usr/share/sdcc/lib/pic16/libm18f.lib /usr/share/sdcc/lib/pic16/libsdcc.lib /usr/share/sdcc/lib/r2k /usr/share/sdcc/lib/r2k/crt0.rel /usr/share/sdcc/lib/r2k/r2k.lib /usr/share/sdcc/lib/r2ka /usr/share/sdcc/lib/r2ka/crt0.rel /usr/share/sdcc/lib/r2ka/r2ka.lib /usr/share/sdcc/lib/r3ka /usr/share/sdcc/lib/r3ka/crt0.rel /usr/share/sdcc/lib/r3ka/r3ka.lib /usr/share/sdcc/lib/s08 /usr/share/sdcc/lib/s08/s08.lib /usr/share/sdcc/lib/sm83 /usr/share/sdcc/lib/sm83/crt0.rel /usr/share/sdcc/lib/sm83/sm83.lib /usr/share/sdcc/lib/small /usr/share/sdcc/lib/small-stack-auto /usr/share/sdcc/lib/small-stack-auto/libfloat.lib /usr/share/sdcc/lib/small-stack-auto/libint.lib /usr/share/sdcc/lib/small-stack-auto/liblong.lib /usr/share/sdcc/lib/small-stack-auto/liblonglong.lib /usr/share/sdcc/lib/small-stack-auto/libsdcc.lib /usr/share/sdcc/lib/small-stack-auto/mcs51.lib /usr/share/sdcc/lib/small/libfloat.lib /usr/share/sdcc/lib/small/libint.lib /usr/share/sdcc/lib/small/liblong.lib /usr/share/sdcc/lib/small/liblonglong.lib /usr/share/sdcc/lib/small/libsdcc.lib /usr/share/sdcc/lib/small/mcs51.lib /usr/share/sdcc/lib/stm8 /usr/share/sdcc/lib/stm8-large /usr/share/sdcc/lib/stm8-large/stm8.lib /usr/share/sdcc/lib/stm8/stm8.lib /usr/share/sdcc/lib/tlcs90 /usr/share/sdcc/lib/tlcs90/crt0.rel /usr/share/sdcc/lib/tlcs90/tlcs90.lib /usr/share/sdcc/lib/z180 /usr/share/sdcc/lib/z180/crt0.rel /usr/share/sdcc/lib/z180/z180.lib /usr/share/sdcc/lib/z80 /usr/share/sdcc/lib/z80/crt0.rel /usr/share/sdcc/lib/z80/z80.lib /usr/share/sdcc/lib/z80n /usr/share/sdcc/lib/z80n/crt0.rel /usr/share/sdcc/lib/z80n/z80n.lib
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Oct 27 22:56:30 2025