]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
include/aout/aout64.h: guard ARCH_SIZE with defined()
authorAndrew Hanson <andrew@andrewhanson.dev>
Fri, 26 Sep 2025 10:22:57 +0000 (12:22 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 26 Sep 2025 10:22:57 +0000 (12:22 +0200)
commiteb4754587f5af963d71cd2e8deb16673d0d8ac95
tree24610f084c746b2a34e7b99b444f560714488a6b
parent951df7206e969a8f49f87707121fa1ef93268c28
include/aout/aout64.h: guard ARCH_SIZE with defined()

Silence -Wundef when ARCH_SIZE is not defined by checking that it is
defined before comparing its value.

Signed-off-by: Andrew Hanson <andrew@andrewhanson.dev>
include/aout/aout64.h