This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ar: POSIX way of creating static library containing similarly named objects


Hello List,


Consider the following two objects,

  src/namespace_foo/state.o
  src/namespace_bar/state.o

Can `ar' be used to create a static library comprised of the objects 
above without either of which replacing any symbols? In other words, both 
namespace_foo/state.o and namespace_bar/state.o are put into the same 
library but no symbols are replaced.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]