Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: dje@google.com (Doug Evans)
To: gdb-patches@sourceware.org
Subject: [RFA] reorganize comp_unit_head for better packing
Date: Tue, 23 Sep 2008 09:55:00 -0000	[thread overview]
Message-ID: <20080923095504.9A1441C78DA@localhost> (raw)

Simple change.  Ok to check in?

2008-09-23  Doug Evans  <dje@google.com>

	* dwarf2read.c (comp_unit_head): Reorganize for better packing.

Index: dwarf2read.c
===================================================================
RCS file: /cvs/src/src/gdb/dwarf2read.c,v
retrieving revision 1.283
diff -u -p -u -p -r1.283 dwarf2read.c
--- dwarf2read.c	15 Sep 2008 15:32:01 -0000	1.283
+++ dwarf2read.c	23 Sep 2008 09:49:15 -0000
@@ -233,9 +236,9 @@ struct comp_unit_head
 {
   unsigned long length;
   short version;
-  unsigned int abbrev_offset;
   unsigned char addr_size;
   unsigned char signed_addr_p;
+  unsigned int abbrev_offset;
 
   /* Size of file offsets; either 4 or 8.  */
   unsigned int offset_size;


             reply	other threads:[~2008-09-23  9:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-23  9:55 Doug Evans [this message]
2008-09-23 12:54 ` Daniel Jacobowitz

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=20080923095504.9A1441C78DA@localhost \
    --to=dje@google.com \
    --cc=gdb-patches@sourceware.org \
    /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