Add cpu information to the info os command on linux.
[binutils-gdb.git] / gdb / ChangeLog
index 651383f5a287ab46f1f14d2985e675254a9852ce..757ffd24d463e100b4e487ceafd997ab85cef5e7 100644 (file)
@@ -1,3 +1,21 @@
+2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
+
+       * NEWS: Mention info os cpus support.
+       * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
+       (struct osdata_type): Add cpus entry, reorder the entries in
+       alphabetical order.
+
+2015-03-31  Matthias Klose  <doko@ubuntu.com>
+
+       * compile/compile.c (compile_to_object): Allow triplets with or
+       without vendor set.
+
+2015-03-30  Doug Evans  <dje@google.com>
+
+       PR c++/18141
+       * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
+       klass in VAR_DOMAIN.
+
 2015-03-30  Gary Benson <gbenson@redhat.com>
 
        * remote.c (remote_mourn_1): Remove function.  Update all callers