[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Thu, 20 Nov 2014 14:31:35 +0000 (15:31 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 20 Nov 2014 14:31:35 +0000 (15:31 +0100)
commite61fc983890efb7dee953334a7eef5d7b0626a06
treecc4c1d1f0abeb68fe853111eff8af6f122244a4a
parentd18b1548fa1bfeab77e60483102b8584080a6ec0
[multiple changes]

2014-11-20  Ed Schonberg  <schonberg@adacore.com>

* exp_ch6.adb (Expand_Call, Inlined_Subprogram): Do not suppress
debugging information for a call to a predefined unit, if the
call comes from source and the unit is in the Ada hierarchy.

2014-11-20  Bob Duff  <duff@adacore.com>

* s-mudido.ads: Update signature of Create and Get_Last_CPU. Add
CPU_Set, another Create, and Get_CPU_Set.
* s-mudido.adb: Corresponding changes to the spec. New
operations just raise an exception.  Also minor cleanup: use
raise_expressions.
* s-mudido-affinity.adb: Implementations of new operations from
* s-mudido.ads, for the platforms that actually support processor
affinity. The new Create (which takes a set) now does all the
work; the old Create (which takes a range) now just calls the
new one. Change error messages to reflect the fact that it's an
arbitrary set, not just a range.

From-SVN: r217859
gcc/ada/ChangeLog
gcc/ada/exp_ch6.adb
gcc/ada/s-mudido-affinity.adb
gcc/ada/s-mudido.adb
gcc/ada/s-mudido.ads