Remove support for Solaris < 10 (PR gdb/22185)
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 89c960a32d82f285c59de9f218903a58b75619ed..2c825efb91719f89127013ee48a4904b84c451a6 100644 (file)
@@ -1,3 +1,35 @@
+2017-09-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       PR gdb/22185
+       * configure.host <*-*-solaris2.[01], *-*-solaris2.[2-9]*>: Mark as
+       obsolete.
+       Use gdb_host sol2 for i[34567]86-*-solaris2*, x86_64-*-solaris2*.
+       Remove i386sol2 support.
+       * configure.nat <i386sol2>: Remove.
+       <sol2-64>: Fold into ...
+       <sol2>: ... this.
+       Move common settings to default section.
+       Add sol-thread.o.
+       * configure.tgt <i[34567]86-*-solaris2.1[0-9]*,
+       x86_64-*-solaris2.1[0-9]*>: Rename to ...
+       <i[34567]86-*-solaris2*, x86_64-*-solaris2*>: ... this.
+       <i[34567]86-*-solaris*>: Remove.
+       <sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*>: Remove.
+
+       * configure.ac: Remove wctype in libw check.
+       (_MSE_INT_H): Don't define on Solaris 7-9.
+       <solaris*>: Remove libthread_db.so.1 check.
+       * configure: Regenerate.
+       * config.in: Regenerate.
+
+       * proc-service.c: Remove PROC_SERVICE_IS_OLD handling.
+       (gdb_ps_prochandle_t, gdb_ps_read_buf_t, gdb_ps_write_buf_t)
+       (gdb_ps_size_t): Remove.
+       Use base types in users.
+       * sol-thread.c: Likewise, also for gdb_ps_addr_t.
+
+       * NEWS (Changes since GDB 8.0): Document Solaris 2.0-9 removal.
+
 2017-09-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        PR build/22206
This page took 0.025726 seconds and 4 git commands to generate.