public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* [patch] missed a LITTLE_ENDIAN -> BFD_ENDIAN_LITTLE
@ 2001-10-13  9:47 Andrew Cagney
  2001-12-16 12:49 ` Andrew Cagney
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Cagney @ 2001-10-13  9:47 UTC (permalink / raw)
  To: insight

[-- Attachment #1: Type: text/plain, Size: 30 bytes --]

I missed this one :-(

Andrew

[-- Attachment #2: diffs --]
[-- Type: text/plain, Size: 811 bytes --]

2001-12-16  Andrew Cagney  <ac131313@redhat.com>

	* generic/gdbtk-cmds.c (hex2bin): Replace LITTLE_ENDIAN with
 	BFD_ENDIAN_LITTLE.

Index: generic/gdbtk-cmds.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/generic/gdbtk-cmds.c,v
retrieving revision 1.44
diff -p -r1.44 gdbtk-cmds.c
*** gdbtk-cmds.c	2001/11/19 18:43:18	1.44
--- gdbtk-cmds.c	2001/12/16 20:47:21
*************** hex2bin (const char *hex, char *bin, int
*** 2477,2483 ****
    int incr = 2;
  
  
!   if (TARGET_BYTE_ORDER == LITTLE_ENDIAN)
      {
        /* need to read string in reverse */
        hex += count - 2;
--- 2477,2483 ----
    int incr = 2;
  
  
!   if (TARGET_BYTE_ORDER == BFD_ENDIAN_LITTLE)
      {
        /* need to read string in reverse */
        hex += count - 2;

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [patch] missed a LITTLE_ENDIAN -> BFD_ENDIAN_LITTLE
  2001-10-13  9:47 [patch] missed a LITTLE_ENDIAN -> BFD_ENDIAN_LITTLE Andrew Cagney
@ 2001-12-16 12:49 ` Andrew Cagney
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Cagney @ 2001-12-16 12:49 UTC (permalink / raw)
  To: insight

I missed this one :-(

Andrew

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-12-16 20:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-13  9:47 [patch] missed a LITTLE_ENDIAN -> BFD_ENDIAN_LITTLE Andrew Cagney
2001-12-16 12:49 ` Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).