This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Fix for libgloss/m68k


On Fri, Dec 08, 2006 at 03:19:24PM +0900, Masaki Muranaka wrote:
> It seems `bgnd' is used for breakpoint in recent GDB (since 6.0?).
> I guess `halt' has been obsoleted, right?

bgnd has been used for CPU32 targets since gdb 5 if I recall correctly.

'halt' does not appear as a valid opcode in my reference manual.  is it
substituted with 'stop'?

> Even if we should replace to `bgnd', we need to add checks all the
> same.  Some archs like m6833x don't support .

CPU32 archs likes 68331 and 68332 support bgnd; I believe coldfire does
as well.  68000, 020, 030, 040 do not.

-- 
  Aaron J. Grier  |   Frye Electronics, Tigard, OR   |  aaron@frye.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]