Skip to content
  1. Nov 17, 2016
  2. Nov 16, 2016
  3. Nov 15, 2016
  4. Nov 14, 2016
    • Rafael Espindola's avatar
      Fix program header propagation. · f7a17448
      Rafael Espindola authored
      Propagate program headers by walking the commands, not the
      sections. This allows us to propagate program headers even from
      sections that don't end up in the output.
      
      Fixes pr30997.
      
      llvm-svn: 286837
      f7a17448
    • George Rimar's avatar
      [ELF] - Ignore -Map,-M and --cref options. · e784395c
      George Rimar authored
      -M, --print-map Write map file on standard output
      -Map MAPFILENAME Write map file
      --cref	Output cross reference table
      
      This is relative to PR30973.
      
      Next FreeBSD ports were atm failing because of 
      lack of -Map, -M and --cref:
      
      sysutils/openipmi
      emulators/adamem
      devel/jwasm
      net/pimd
      devel/k8048
      textproc/libcrm114
      lang/micropython
      net/mrouted
      print/openprinting
      
      After this patch all of them can be link fine.
      
      llvm-svn: 286831
      e784395c
    • Rafael Espindola's avatar
      Delay removing empty section commands. NFC. · 6a53737c
      Rafael Espindola authored
      To fix pr30997 we will have to keep them a bit longer, this just
      splits that part of the diff.
      
      llvm-svn: 286827
      6a53737c
    • Rafael Espindola's avatar
      Factor out removeEmptyCommands. NFC. · 07fe6129
      Rafael Espindola authored
      llvm-svn: 286826
      07fe6129
Loading