diff --git a/binutils/ChangeLog b/binutils/ChangeLog index e15ee8b50d0..f85d26c9964 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2000-02-14 Fernando Nasser + + * binutils.texi: Document the change of flavor name from atpcs-special + to special-atpcs to prevent name conflict in gdb. + 2000-02-08 Timothy Wall * objdump.c (show_line): Fix bug preventing printing of the very diff --git a/binutils/binutils.texi b/binutils/binutils.texi index ee603b7bf80..99f72fe48d3 100644 --- a/binutils/binutils.texi +++ b/binutils/binutils.texi @@ -1368,7 +1368,7 @@ Procedure Call Standard, whilst specifying @samp{-M reg-names-raw} will just use @samp{r} followed by the register number. There are also two variants on the APCS register naming scheme enabled -by @samp{-M reg-names-atpcs} and @samp{-M reg-names-atpcs-special} which +by @samp{-M reg-names-atpcs} and @samp{-M reg-names-special-atpcs} which use the ARM/Thumb Procedure Call Standard naming conventions. (Eiuther with the normal register name sor the special register names).