Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for writeGDBLinkerScript (0.21 sec)

  1. src/cmd/link/internal/ld/lib.go

    			}
    		}()
    	}
    	wg.Wait()
    	return paths
    }
    
    // writeGDBLinkerScript creates gcc linker script file in temp
    // directory. writeGDBLinkerScript returns created file path.
    // The script is used to work around gcc bug
    // (see https://golang.org/issue/20183 for details).
    func writeGDBLinkerScript() string {
    	name := "fix_debug_gdb_scripts.ld"
    	path := filepath.Join(*flagTmpdir, name)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
Back to top