Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Mar 1998 21:38:05 -0500
From:      john@feith.com (John Wehle)
To:        freebsd-bugs@FreeBSD.ORG
Subject:   Re: Alignment limit in the FreeBSD-current assembler
Message-ID:  <199803020238.VAA16717@jwlab.FEITH.COM>

next in thread | raw e-mail | index | archive | help
John Wehle wrote:
>  1) Any time frame on upgrading the assembler to something more current?

Actually I see that you're in the process of importing binutils 2.8.1.
You may wish to consider the following patch:

ChangeLog:

Sun Mar  1 20:20:32 EST 1998  John Wehle  (john@feith.com)

	* cpu-i386.c: Increased maximum alignment to 5.

Enjoy!

-- John Wehle
------------------8<------------------------8<------------------------
*** bfd/cpu-i386.c.ORIGINAL	Mon May 26 13:34:01 1997
--- bfd/cpu-i386.c	Sun Mar  1 01:20:59 1998
***************
*** 46,52 ****
    bfd_mach_i386_i386,
    "i386",
    "i386",
!   3,
    true,
    bfd_default_compatible, 
    bfd_default_scan ,
--- 46,52 ----
    bfd_mach_i386_i386,
    "i386",
    "i386",
!   5,
    true,
    bfd_default_compatible, 
    bfd_default_scan ,
-------------------------------------------------------------------------
|   Feith Systems  |   Voice: 1-215-646-8000  |  Email: john@feith.com  |
|    John Wehle    |     Fax: 1-215-540-5495  |                         |
-------------------------------------------------------------------------


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803020238.VAA16717>