public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Andrew Cagney <ac131313@cygnus.com>
To: insight@sources.redhat.com
Subject: [patch] missed a LITTLE_ENDIAN -> BFD_ENDIAN_LITTLE
Date: Sat, 13 Oct 2001 09:47:00 -0000	[thread overview]
Message-ID: <3C1D08E2.7000106@cygnus.com> (raw)

[-- 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;

WARNING: multiple messages have this Message-ID
From: Andrew Cagney <ac131313@cygnus.com>
To: insight@sources.redhat.com
Subject: [patch] missed a LITTLE_ENDIAN -> BFD_ENDIAN_LITTLE
Date: Sun, 16 Dec 2001 12:49:00 -0000	[thread overview]
Message-ID: <3C1D08E2.7000106@cygnus.com> (raw)
Message-ID: <20011216124900.5VPqzIMXn5wIsk9nocTVhGyzo9QnxlKUj0fROK4GkzI@z> (raw)

I missed this one :-(

Andrew

             reply	other threads:[~2001-12-16 20:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-13  9:47 Andrew Cagney [this message]
2001-12-16 12:49 ` Andrew Cagney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3C1D08E2.7000106@cygnus.com \
    --to=ac131313@cygnus.com \
    --cc=insight@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).