[v2,5/5,nios2] add NEWS entry for ABI change

Message ID 55417992.7050009@codesourcery.com
State New, archived
Headers

Commit Message

Sandra Loosemore April 30, 2015, 12:38 a.m. UTC
  This patch is a new addition to the series since v1.  It adds a NEWS 
entry about the incompatible ABI change.  OK to commit?

-Sandra
  

Patch

diff --git a/gdb/NEWS b/gdb/NEWS
index d463b52..b371e10 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -46,6 +46,10 @@ 
 
 * GDB now supports the vector ABI on S/390 GNU/Linux targets.
 
+* On Nios II GNU/Linux targets, GDB now supports the generic syscall ABI
+  implemented beginning with kernel version 3.19 and glibc version 2.21.
+  Older versions are incompatible and no longer supported.
+
 * Python Scripting
 
   ** gdb.Objfile objects have a new attribute "username",