On 14/10/2024 9:53 am, Frediano Ziglio wrote: > diff --git a/xen/tools/combine_two_binaries.py > b/xen/tools/combine_two_binaries.py > new file mode 100755 > index 0000000000..138c59287e > --- /dev/null > +++ b/xen/tools/combine_two_binaries.py > @@ -0,0 +1,207 @@ > > +if args.output is not None: > + out = open(args.output, 'w') > +print('''/* > + * File autogenerated by combine_two_binaries.py DO NOT EDIT > + */''', file=out) > +print('\t' + args.section_header, file=out) > +print('obj_start:', file=out)
obj32_start: This symbol survives into the main Xen binary, where "obj_start" is entirely devoid of context. ~Andrew