LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Find Resources
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Openrisc > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: Matjaz Breskvar <phoenix@o...>
    Date: Fri, 14 Nov 2003 02:00:21 +0100
    Subject: [openrisc] binutils pagesize bug
    Top

    hi all,
    
    i think i found a bug that's been biting me last couple of days but
    before i fix it in cvs i'd like to make sure nobody is depending on it.
    
    in binutils/bfd/elf32-or32.c there is wrong definition of MAX_PAGESIZE:
    
    #define ELF_MAXPAGESIZE              0x1000
    
    the or1k arch manual clearly states (page 269 among others) that page size
    is 8K (0x2000 hex). this thing came up when trying to run userspace
    programs with more than 1 elf program header (under linux 2.4).
    
    regards,
    p.
    
    
    
     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.