]> git.puffer.fish Git - mirror/frr.git/commit
build: hppa is weird 15902/head
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 2 May 2024 09:00:17 +0000 (11:00 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 2 May 2024 21:03:08 +0000 (23:03 +0200)
commit2e84c37460e2f0f3444afe6645620c556a5f209a
treee11c2cac877b4bd30764adb765e97c7efefef937
parent85b09765c45e3fcfc1eb1400eff659454850a42f
build: hppa is weird

hppa (yes, HP PA-RISC) apparently creates relocations that refer to
".init+0x12345" for everything, referencing way past the end of the
.init section.  While this is only fallback code hit when XREF_SETUP()
is missing (i.e. the FRRouting.XREF ELF note is absent), try to make it
work anyway.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
python/clippy/elf.py