Subject: OT: convert binary file to .o
To: None <netbsd-users@netbsd.org>
From: Wojciech Puchar <wojtek@chylonia.3miasto.net>
List: netbsd-users
Date: 12/16/2001 12:19:47
how can i (with objcopy,objdump) convert binary file
to .o file just to see it as one symbol pointing to data and (optionally)
another containing data length.

it can be done with hexdump, sed and gcc but it's workaround