[build] Make sbitmap code available to the driver
authorRichard Earnshaw <rearnsha@arm.com>
Fri, 16 Jun 2017 21:02:59 +0000 (21:02 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Fri, 16 Jun 2017 21:02:59 +0000 (21:02 +0000)
commit9ef88abef4a75cea3c48bd32f65b0c0fd18d4f6b
treebaf24c10cee5453d876c6b23832a28636b6d8522
parente87afe54b86c478ae63569e51e7abb67d3fe3fce
[build] Make sbitmap code available to the driver

The ARM option parsing code uses sbitmap data structures to manage
features and upcoming patches will shortly need to use these bitmaps
within the driver.  This patch moves sbitmap.o from OBJS to
OBJS-libcommon to facilitate this.

The patch has no impact on targets that don't need this functionality,
since the object is part of an archive and will only be extracted if
needed.

* Makefile.in (OBJS): Move sbitmap.o from here ...
(OBJS-libcommon): ... to here.

From-SVN: r249285
gcc/ChangeLog
gcc/Makefile.in